diff options
| author | Mike Pritchard <mpp@FreeBSD.org> | 1997-04-04 02:42:53 +0000 |
|---|---|---|
| committer | Mike Pritchard <mpp@FreeBSD.org> | 1997-04-04 02:42:53 +0000 |
| commit | 1e97ca011629d7812406033ec4e42f6d263d18c4 (patch) | |
| tree | 894ca34016f492262604d2a38f462344bfe1bdf4 /usr.bin | |
| parent | 9753286fae92cbcbcbfad8fa2091a6f507d6472e (diff) | |
Notes
Diffstat (limited to 'usr.bin')
| -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 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> |
