summaryrefslogtreecommitdiffstats
path: root/usr.bin/file/Makefile
diff options
context:
space:
mode:
authormpp <mpp@FreeBSD.org>1996-01-23 12:29:07 +0000
committermpp <mpp@FreeBSD.org>1996-01-23 12:29:07 +0000
commitc335a065680c2ca4e8d5b34f7b4f590e27edbe6a (patch)
tree9fa2da304b3ae0ff653631581c1717586dfb28c2 /usr.bin/file/Makefile
parent8d1a4c7e8675282c0693d9785300e01d10bfe014 (diff)
downloadFreeBSD-src-c335a065680c2ca4e8d5b34f7b4f590e27edbe6a.zip
FreeBSD-src-c335a065680c2ca4e8d5b34f7b4f590e27edbe6a.tar.gz
Upgrade to file version 3.19.
Diffstat (limited to 'usr.bin/file/Makefile')
-rw-r--r--usr.bin/file/Makefile12
1 files changed, 7 insertions, 5 deletions
diff --git a/usr.bin/file/Makefile b/usr.bin/file/Makefile
index d59f490..624ab9e 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.43 1994/05/03 17:57:59 christos Exp $
+# @(#)$Id: Makefile,v 1.49 1995/10/27 23:12:33 christos 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.
@@ -21,7 +21,7 @@
# ever read sources, credits must appear in the documentation.
#
# 4. This notice may not be removed or altered.
-VERSION = 3.14
+VERSION = 3.19
SHELL = /bin/sh
#MAGIC = /etc/magic
MAGIC = /usr/local/etc/magic
@@ -91,7 +91,7 @@ try: all $(OFILE)
what ./file >lastnocore
file: $(OBJS)
- $(CC) $(CFLAGS) $(OBJS) -o $@
+ $(CC) $(CFLAGS) $(LDFLAGS) $(OBJS) -o $@
lint: $(SRCS)
lint -ha $(DEFS) $(SRCS) | tee $@
magic: Magdir
@@ -119,12 +119,14 @@ clobber:
magic.${MANFEXT} : Makefile magic.man
@rm -f $@
- sed -e s@__SECTION__@${MANFEXT}@g \
+ sed -e s@__CSECTION__@${MANCEXT}@g \
+ -e s@__FSECTION__@${MANFEXT}@g \
-e s@__MAGIC__@${MAGIC}@g magic.man > $@
file.${MANCEXT} : Makefile file.man
@rm -f $@
- sed -e s@__SECTION__@${MANCEXT}@g \
+ sed -e s@__CSECTION__@${MANCEXT}@g \
+ -e s@__FSECTION__@${MANFEXT}@g \
-e s@__MAGIC__@${MAGIC}@g file.man > $@
send: dist
OpenPOWER on IntegriCloud