xref: /original-bsd/old/Makefile (revision e59fb703)
1#	@(#)Makefile	5.22 (Berkeley) 11/14/91
2
3SUBDIR=	compact cpp crypt groups hostid ld lex make more refer rev roff \
4	sum symorder which whoami yacc
5
6.if   (${MACHINE} == "hp300")
7SUBDIR+=as.hpux
8.elif (${MACHINE} == "tahoe")
9SUBDIR+=as.tahoe dbx pcc
10.elif ${MACHINE} == "vax"
11SUBDIR+=as.vax dbx pcc talk tp
12.endif
13
14.include <bsd.subdir.mk>
15