summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--usr.bin/file/Makefile6
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>
OpenPOWER on IntegriCloud