1 1.3 thorpej # $NetBSD: Makefile,v 1.3 1996/10/18 06:32:14 thorpej Exp $ 2 1.1 thorpej 3 1.1 thorpej NOOBJ= noobj 4 1.1 thorpej 5 1.1 thorpej install: 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