]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.bin/compress/Makefile
stand: TARGET_ARCH is spelled MACHINE_ARCH in Makefiles
[FreeBSD/FreeBSD.git] / usr.bin / compress / Makefile
1 #       @(#)Makefile    8.2 (Berkeley) 4/17/94
2 # $FreeBSD$
3
4 .include <src.opts.mk>
5
6 PROG=   compress
7 SRCS=   compress.c zopen.c
8 LINKS=  ${BINDIR}/compress ${BINDIR}/uncompress
9 MLINKS= compress.1 uncompress.1
10
11 # XXX zopen is not part of libc
12 # MAN=zopen.3
13
14 HAS_TESTS=
15 SUBDIR.${MK_TESTS}+= tests
16
17 .include <bsd.prog.mk>