xref: /original-bsd/old/pcc/Makefile (revision 95a66346)
1#	@(#)Makefile	5.2 (Berkeley) 02/28/91
2
3.if	(${MACHINE} == "tahoe")
4SUBDIR=	c2 cc ccom f1
5.elif	(${MACHINE} == "vax")
6SUBDIR=	c2 cc ccom f1 sccom
7.endif
8
9.include <bsd.subdir.mk>
10