Makefile revision 1.4
11.4Scjs# $NetBSD: Makefile,v 1.4 1997/01/27 00:28:31 cjs Exp $ 21.1Sthorpej 31.4ScjsMAN= ypinit.8 41.1Sthorpej 51.4Scjsbeforeinstall: 61.3Sthorpej ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ 71.1Sthorpej ${.CURDIR}/ypinit.sh ${DESTDIR}/usr/sbin/ypinit 81.3Sthorpej ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 0644 \ 91.1Sthorpej ${.CURDIR}/Makefile.yp ${DESTDIR}/var/yp/Makefile.yp 101.3Sthorpej ${INSTALL} -c -o ${BINOWN} -g ${BINGRP} -m 0644 \ 111.1Sthorpej ${.CURDIR}/Makefile.main ${DESTDIR}/var/yp/Makefile.main 121.1Sthorpej 131.1Sthorpej.include <bsd.prog.mk> 14