xref: /original-bsd/old/pcc/Makefile (revision 5e36add1)
1#	@(#)Makefile	5.1 (Berkeley) 06/17/90
2
3.if   (${MACHINE} == "hp300")
4.elif (${MACHINE} == "tahoe")
5SUBDIR=	c2 ccom f1
6.elif (${MACHINE} == "vax")
7SUBDIR=	c2 ccom f1 sccom
8.endif
9
10.include <bsd.subdir.mk>
11