xref: /original-bsd/old/Makefile (revision 3b43aa51)
1#	@(#)Makefile	5.30 (Berkeley) 01/23/93
2
3SUBDIR=	awk compact cpp crypt dbconv ed eqn groups hostid ld lex make \
4	mkpasswd more ms od refer roff sed sh sum symorder tbl test tmac \
5	whereis which whoami yacc
6
7.if   (${MACHINE} == "hp300")
8SUBDIR+=as.hpux
9.elif (${MACHINE} == "tahoe")
10SUBDIR+=as.tahoe dbx pcc
11.elif ${MACHINE} == "vax"
12SUBDIR+=as.vax dbx pcc talk tp
13.endif
14
15.include <bsd.subdir.mk>
16