11590Srgrimes#	@(#)Makefile	8.2 (Berkeley) 4/17/94
274848Sru# $FreeBSD: stable/10/usr.bin/compress/Makefile 320518 2017-06-30 22:16:28Z jilles $
31590Srgrimes
4320518Sjilles.include <bsd.own.mk>
5320518Sjilles
61590SrgrimesPROG=	compress
71590SrgrimesSRCS=	compress.c zopen.c
81590SrgrimesLINKS=	${BINDIR}/compress ${BINDIR}/uncompress
91873SwollmanMLINKS=	compress.1 uncompress.1
101590Srgrimes
1116920Swosch# XXX zopen is not part of libc
1274848Sru# MAN=zopen.3
1316920Swosch
14320518Sjilles.if ${MK_TESTS} != "no"
15320518SjillesSUBDIR+=	tests
16320518Sjilles.endif
17320518Sjilles
181590Srgrimes.include <bsd.prog.mk>
19