xref: /original-bsd/old/compact/Makefile (revision 76210d32)
1#	@(#)Makefile	4.9 (Berkeley) 06/08/90
2
3SUBDIR=	compact uncompact
4
5beforeinstall:
6	install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} ccat.sh \
7	    ${DESTDIR}${BINDIR}/ccat
8
9.include "../Makefile.inc"
10.include <bsd.subdir.mk>
11