diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1997-02-09 23:58:45 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1997-02-09 23:58:45 +0000 |
commit | b422126a9f85ea5db78f94af33944c1fc2d7688b (patch) | |
tree | 6f36ae5252edf74c47c797bbf26b2d1394c3a7f8 /usr.bin/file/Makefile | |
parent | f45ed397f9eaba4002d360a56368c365a1aeabd2 (diff) |
Updates file(1) to version 3.22 by way to NetBSD.
Diffstat (limited to 'usr.bin/file/Makefile')
-rw-r--r-- | usr.bin/file/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/file/Makefile b/usr.bin/file/Makefile index 436ed0e148a..705f59792cc 100644 --- a/usr.bin/file/Makefile +++ b/usr.bin/file/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.5 1996/12/08 14:32:25 downsj Exp $ +# $OpenBSD: Makefile,v 1.6 1997/02/09 23:58:15 millert Exp $ MAGIC= /etc/magic MAGICOWN= root @@ -7,8 +7,8 @@ MAGICMODE= 444 PROG= file SRCS= file.c apprentice.c fsmagic.c softmagic.c ascmagic.c is_tar.c \ - print.c compress.c -CFLAGS+= -DMAGIC='"$(MAGIC)"' + print.c compress.c readelf.c internat.c +CFLAGS+= -DMAGIC='"$(MAGIC)"' -DUSE_UTIMES MAN= file.1 magic.5 CLEANFILES+= magic |