1 1.1 thorpej # $NetBSD: Makefile,v 1.1 1996/08/09 10:14:59 thorpej Exp $ 2 1.1 thorpej 3 1.1 thorpej NOOBJ= noobj 4 1.1 thorpej 5 1.1 thorpej install: 6 1.1 thorpej install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ 7 1.1 thorpej ${.CURDIR}/ypinit.sh ${DESTDIR}/usr/sbin/ypinit 8 1.1 thorpej install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ 9 1.1 thorpej ${.CURDIR}/Makefile.yp ${DESTDIR}/var/yp/Makefile.yp 10 1.1 thorpej install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ 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