xref: /original-bsd/old/pcc/lint/Makefile (revision 16bc4816)
1#	@(#)Makefile	1.31 (Berkeley) 11/14/91
2
3SUBDIR=	lpass1 lpass2 llibs
4
5beforeinstall:
6	install -c -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
7	    ${.CURDIR}/lint.sh ${DESTDIR}/usr/old/bin/lint
8
9.include <bsd.subdir.mk>
10