xref: /freebsd/usr.bin/compress/Makefile (revision e9ac41698b2f322d55ccf9da50a3596edb2c1800)
1fd1c67efSJilles Tjoelker.include <src.opts.mk>
2fd1c67efSJilles Tjoelker
39b50d902SRodney W. GrimesPROG=	compress
49b50d902SRodney W. GrimesSRCS=	compress.c zopen.c
59b50d902SRodney W. GrimesLINKS=	${BINDIR}/compress ${BINDIR}/uncompress
6b9717ddbSGarrett WollmanMLINKS=	compress.1 uncompress.1
79b50d902SRodney W. Grimes
8ad7076c9SWolfram Schneider# XXX zopen is not part of libc
9dc12be52SRuslan Ermilov# MAN=zopen.3
10ad7076c9SWolfram Schneider
11*d511b20aSEnji CooperHAS_TESTS=
124b330699SEnji CooperSUBDIR.${MK_TESTS}+= tests
13fd1c67efSJilles Tjoelker
149b50d902SRodney W. Grimes.include <bsd.prog.mk>
15