xref: /original-bsd/old/pcc/Makefile (revision c41723e9)
1#	@(#)Makefile	5.4 (Berkeley) 11/14/91
2
3.if	(${MACHINE} == "tahoe")
4SUBDIR=	c2 cc ccom f1 lint
5.elif	(${MACHINE} == "vax")
6SUBDIR=	c2 cc ccom f1 lint sccom
7.endif
8
9afterinstall:
10	install -c -o ${BINOWN} -g ${BINGRP} -m 444 pcc.h /usr/include
11
12.include <bsd.subdir.mk>
13