aboutsummaryrefslogtreecommitdiffstats
path: root/file_cmds/compress/Makefile
blob: 2f87c3681cba421410488ac636df308d8b360828 (plain) (blame)
1
2
3
4
5
6
PROG=	compress
MAN=	compress.1 uncompress.1 zopen.3
SRCS=	compress.c zopen.c
SCRIPTS=	zcat.sh

.include <bsd.prog.mk>