diff options
author | jkh <jkh@FreeBSD.org> | 1996-12-13 10:24:42 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1996-12-13 10:24:42 +0000 |
commit | f17b038732f5b0aa0ffef4f3364127a65adda505 (patch) | |
tree | fec160aa1600bf7553b2d07d1e7064250b24c19b /etc | |
parent | 0e16e2c15f911900b1a5cae39f824a28ea411d43 (diff) | |
download | FreeBSD-src-f17b038732f5b0aa0ffef4f3364127a65adda505.zip FreeBSD-src-f17b038732f5b0aa0ffef4f3364127a65adda505.tar.gz |
magic file is no longer in /etc
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 57c95fb..c438ef6 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; \ |