diff options
author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1996-12-13 10:25:29 +0000 |
---|---|---|
committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1996-12-13 10:25:29 +0000 |
commit | e0320585b76bf29512fee7ff8beea45c086f30c3 (patch) | |
tree | 27258a4c727f7a516fd478c81380119599c0c656 /etc | |
parent | 1ad635a7d69ecac822fb07fc1931f36c7baec757 (diff) |
YIYAMFCOK?
Notes
Notes:
svn path=/stable/2.2/; revision=20392
Diffstat (limited to 'etc')
-rw-r--r-- | etc/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/etc/Makefile b/etc/Makefile index 57c95fb9cea0..c438ef67398c 100644 --- a/etc/Makefile +++ b/etc/Makefile @@ -1,5 +1,5 @@ # from: @(#)Makefile 5.11 (Berkeley) 5/21/91 -# $Id: Makefile,v 1.142 1996/08/18 11:05:05 wosch Exp $ +# $Id: Makefile,v 1.143 1996/10/19 17:10:28 pst Exp $ # -rw-r--r-- BINOWN= root @@ -60,7 +60,6 @@ distribution: master.passwd ${DESTDIR}/etc; \ ( cd ${.CURDIR}/../gnu/usr.bin/send-pr; ${MAKE} etc-gnats-freefall );\ ( cd ${.CURDIR}/../gnu/libexec/uucp/sample; ${MAKE} install ); \ - ( cd ${.CURDIR}/../usr.bin/file; ${MAKE} etc-magic ); \ ( cd ${.CURDIR}/../share/termcap; ${MAKE} etc-termcap ); \ ( cd ${.CURDIR}/../usr.sbin/rmt; ${MAKE} etc-rmt ); \ pwd_mkdb -p -d ${DESTDIR}/etc ${DESTDIR}/etc/master.passwd; \ |