]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - usr.bin/compress/Makefile
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.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
9 # XXX zopen is not part of libc
10 # MAN=zopen.3
11
12 .include <bsd.prog.mk>