1 1.4 cjs # $NetBSD: Makefile,v 1.4 1997/01/27 00:28:31 cjs Exp $ 2 1.1 thorpej 3 1.4 cjs MAN= ypinit.8 4 1.1 thorpej 5 1.4 cjs beforeinstall: 6 1.3 thorpej ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ 7 1.1 thorpej ${.CURDIR}/ypinit.sh ${DESTDIR}/usr/sbin/ypinit 8 1.3 thorpej ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 0644 \ 9 1.1 thorpej ${.CURDIR}/Makefile.yp ${DESTDIR}/var/yp/Makefile.yp 10 1.3 thorpej ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 0644 \ 11 1.1 thorpej ${.CURDIR}/Makefile.main ${DESTDIR}/var/yp/Makefile.main 12 1.1 thorpej 13 1.1 thorpej .include <bsd.prog.mk> 14