diff options
author | mpp <mpp@FreeBSD.org> | 1997-04-04 02:42:53 +0000 |
---|---|---|
committer | mpp <mpp@FreeBSD.org> | 1997-04-04 02:42:53 +0000 |
commit | ccdea7307d224183bb081ae700883bce5a6eaaad (patch) | |
tree | 2b1fa0c501c8579a55544e0af63f90249a6c4538 /usr.bin/file/Makefile | |
parent | 50fe179bc7b91bc29047284d0ee6bac4d5caea1f (diff) | |
download | FreeBSD-src-ccdea7307d224183bb081ae700883bce5a6eaaad.zip FreeBSD-src-ccdea7307d224183bb081ae700883bce5a6eaaad.tar.gz |
Remove the etc-magic target since we no longer install the
/etc/magic symlink.
Diffstat (limited to 'usr.bin/file/Makefile')
-rw-r--r-- | usr.bin/file/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/usr.bin/file/Makefile b/usr.bin/file/Makefile index 7721cf0..5ca63c6 100644 --- a/usr.bin/file/Makefile +++ b/usr.bin/file/Makefile @@ -1,6 +1,6 @@ # Makefile for file(1) cmd. # Copyright (c) Ian F. Darwin 86/09/01 - see LEGAL.NOTICE. -# @(#)$Id: Makefile,v 1.9 1997/02/22 19:29:07 peter Exp $ +# @(#)$Id: Makefile,v 1.10 1997/03/18 19:37:15 mpp Exp $ # # This software is not subject to any license of the American Telephone # and Telegraph Company or of the Regents of the University of California. @@ -53,8 +53,4 @@ beforeinstall: $(INSTALL) $(COPY) -o $(MAGICOWN) -g $(MAGICGRP) -m $(MAGICMODE) \ magic $(DESTDIR)$(MAGICDIR)/magic -etc-magic: - rm -f ${DESTDIR}/etc/magic - ln -s ${MAGICDIR}/magic ${DESTDIR}/etc/magic - .include <bsd.prog.mk> |