]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/blob - usr.bin/compress/Makefile
Copy head to stable/8 as part of 8.0 Release cycle.
[FreeBSD/stable/8.git] / usr.bin / compress / Makefile
1 #       @(#)Makefile    8.2 (Berkeley) 4/17/94
2 # $FreeBSD$
3
4 PROG=   compress
5 SRCS=   compress.c zopen.c
6 LINKS=  ${BINDIR}/compress ${BINDIR}/uncompress
7 MLINKS= compress.1 uncompress.1
8 WARNS?= 6
9
10 # XXX zopen is not part of libc
11 # MAN=zopen.3
12
13 .include <bsd.prog.mk>