freebsd-dev/usr.bin/compress/Makefile
Mark Murray 91bd71d206 Remove leaf node WARNS?=2 (that mainly I added). This should
help the GCC3 transition and CURRENT in general.
2002-02-08 22:31:43 +00:00

13 lines
241 B
Makefile

# @(#)Makefile 8.2 (Berkeley) 4/17/94
# $FreeBSD$
PROG= compress
SRCS= compress.c zopen.c
LINKS= ${BINDIR}/compress ${BINDIR}/uncompress
MLINKS= compress.1 uncompress.1
# XXX zopen is not part of libc
# MAN=zopen.3
.include <bsd.prog.mk>