Home | History | Annotate | Line # | Download | only in ypinit
Makefile revision 1.1
      1 #	$NetBSD: Makefile,v 1.1 1996/08/09 10:14:59 thorpej Exp $
      2 
      3 NOOBJ=	noobj
      4 
      5 install:
      6 	install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
      7 	    ${.CURDIR}/ypinit.sh ${DESTDIR}/usr/sbin/ypinit
      8 	install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
      9 	    ${.CURDIR}/Makefile.yp ${DESTDIR}/var/yp/Makefile.yp
     10 	install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
     11 	    ${.CURDIR}/Makefile.main ${DESTDIR}/var/yp/Makefile.main
     12 
     13 .include <bsd.prog.mk>
     14