magic file is no longer in /etc

This commit is contained in:
Jordan K. Hubbard 1996-12-13 10:24:42 +00:00
parent 0b3870cb60
commit 7b69bdb95c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=20391

View File

@ -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; \