diff options
Diffstat (limited to 'usr.bin/compress/Makefile')
-rw-r--r-- | usr.bin/compress/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.bin/compress/Makefile b/usr.bin/compress/Makefile index 02f7fbbd88101..0f6f5ddab9ce0 100644 --- a/usr.bin/compress/Makefile +++ b/usr.bin/compress/Makefile @@ -1,7 +1,6 @@ # @(#)Makefile 8.2 (Berkeley) 4/17/94 PROG= compress -CFLAGS+=-Wall SRCS= compress.c zopen.c LINKS= ${BINDIR}/compress ${BINDIR}/uncompress MLINKS= compress.1 uncompress.1 |