Deleted Added
full compact
Makefile (2570) Makefile (2611)
1# from: @(#)Makefile 5.11 (Berkeley) 5/21/91
1# from: @(#)Makefile 5.11 (Berkeley) 5/21/91
2# $Id: Makefile,v 1.78 1994/09/07 07:42:56 pst Exp $
2# $Id: Makefile,v 1.79 1994/09/08 09:33:38 rgrimes Exp $
3
4# disktab may be wrong -- hcx9 is a tahoe, but gets its own.
5# -rw-r--r--
6BINOWN= root
7BINGRP= wheel
8BIN1= aliases csh.cshrc csh.login csh.logout dm.conf \
9 ftpusers gettytab group hosts host.conf hosts.equiv hosts.lpd \
10 inetd.conf login.access motd myname netstart \

--- 201 unchanged lines hidden (view full) ---

212 ${MAKE} install; \
213 cd ../cf/cf; \
214 ${MAKE} obj; \
215 ${MAKE} freefall.cf; \
216 install -o ${BINOWN} -g ${BINGRP} -m 644 obj/freefall.cf \
217 ${DESTDIR}/etc/sendmail.cf)
218 (cd ${.CURDIR}/..; \
219 install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${FREEBSD} ${DESTDIR}/)
3
4# disktab may be wrong -- hcx9 is a tahoe, but gets its own.
5# -rw-r--r--
6BINOWN= root
7BINGRP= wheel
8BIN1= aliases csh.cshrc csh.login csh.logout dm.conf \
9 ftpusers gettytab group hosts host.conf hosts.equiv hosts.lpd \
10 inetd.conf login.access motd myname netstart \

--- 201 unchanged lines hidden (view full) ---

212 ${MAKE} install; \
213 cd ../cf/cf; \
214 ${MAKE} obj; \
215 ${MAKE} freefall.cf; \
216 install -o ${BINOWN} -g ${BINGRP} -m 644 obj/freefall.cf \
217 ${DESTDIR}/etc/sendmail.cf)
218 (cd ${.CURDIR}/..; \
219 install -c -o ${BINOWN} -g ${BINGRP} -m 444 ${FREEBSD} ${DESTDIR}/)
220 (cd ${.CURDIR}/..; ${MAKE} mdec; )
221 (cd ${.CURDIR}/../share/man; ${MAKE} makedb; )
222.if ${MACHINE} == "tahoe"
223 (cd ${.CURDIR}/etc.tahoe; install -c -o ${BINOWN} -g ${BINGRP} \
224 -m 444 ${WCS1} ${DESTDIR}/)
225.endif
226.if ${MACHINE} == "vax"
227 (cd ${.CURDIR}/etc.vax; install -c -o ${BINOWN} -g ${BINGRP} \
228 -m 444 ${PCS} ${DESTDIR}/)

--- 335 unchanged lines hidden (view full) ---

564
565floppies: kcopy_ah.flp kcopy_bt.flp filesyst.flp cpio.flp \
566 cdins_ah.flp cdins_bt.flp
567
568release: release-dirs distribution crunch extract kcopy-kernels \
569 floppies bin-tarball des-tarball clean
570
571release-dirs:
220 (cd ${.CURDIR}/../share/man; ${MAKE} makedb; )
221.if ${MACHINE} == "tahoe"
222 (cd ${.CURDIR}/etc.tahoe; install -c -o ${BINOWN} -g ${BINGRP} \
223 -m 444 ${WCS1} ${DESTDIR}/)
224.endif
225.if ${MACHINE} == "vax"
226 (cd ${.CURDIR}/etc.vax; install -c -o ${BINOWN} -g ${BINGRP} \
227 -m 444 ${PCS} ${DESTDIR}/)

--- 335 unchanged lines hidden (view full) ---

563
564floppies: kcopy_ah.flp kcopy_bt.flp filesyst.flp cpio.flp \
565 cdins_ah.flp cdins_bt.flp
566
567release: release-dirs distribution crunch extract kcopy-kernels \
568 floppies bin-tarball des-tarball clean
569
570release-dirs:
572 chflags -R noschg ${RELEASEDIR}/filesys
573 rm -rf ${RELEASEDIR}/filesys
574 mkdir ${RELEASEDIR}/filesys
575 chown ${BINOWN}.${BINGRP} ${RELEASEDIR}/filesys
576 chmod 755 ${RELEASEDIR}/filesys
577 rm -rf ${RELEASEDIR}/tarballs
578 mkdir ${RELEASEDIR}/tarballs
579 mkdir ${RELEASEDIR}/tarballs/bindist
580 mkdir ${RELEASEDIR}/tarballs/objdist
581 mkdir ${RELEASEDIR}/tarballs/secrdist
582 mkdir ${RELEASEDIR}/tarballs/srcdist
583 chown -R ${BINOWN}.${BINGRP} ${RELEASEDIR}/tarballs
584 chmod -R 755 ${RELEASEDIR}/tarballs
585 rm -rf ${RELEASEDIR}/floppies
586 mkdir ${RELEASEDIR}/floppies
587 chown ${BINOWN}.${BINGRP} ${RELEASEDIR}/floppies
588 chmod 755 ${RELEASEDIR}/floppies
571 chflags -R noschg ${RELEASEDIR}
572 rm -rf ${RELEASEDIR}/*
573 mtree -u -f ${.CURDIR}/mtree/BSD.release.dist -p ${RELEASEDIR}
589
590.include <bsd.prog.mk>
574
575.include <bsd.prog.mk>