summaryrefslogtreecommitdiffstats
path: root/usr.bin/compress/Makefile
blob: c43d91ea554ef60bee3656e7e069be0962f88231 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#	@(#)Makefile	8.2 (Berkeley) 4/17/94
# $FreeBSD$

.include <bsd.own.mk>

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

.if ${MK_TESTS} != "no"
SUBDIR+=	tests
.endif

.include <bsd.prog.mk>
OpenPOWER on IntegriCloud