aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/file
diff options
context:
space:
mode:
authorMike Pritchard <mpp@FreeBSD.org>1997-04-04 02:42:53 +0000
committerMike Pritchard <mpp@FreeBSD.org>1997-04-04 02:42:53 +0000
commit1e97ca011629d7812406033ec4e42f6d263d18c4 (patch)
tree894ca34016f492262604d2a38f462344bfe1bdf4 /usr.bin/file
parent9753286fae92cbcbcbfad8fa2091a6f507d6472e (diff)
Notes
Diffstat (limited to 'usr.bin/file')
-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 7721cf06781a4..5ca63c6bdcd3b 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>