xref: /original-bsd/old/Makefile (revision 4670e840)
1#	@(#)Makefile	5.33 (Berkeley) 02/28/93
2
3SUBDIR=	awk compact cpp crypt dbconv ed eqn groups hostid 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 ld
9.elif (${MACHINE} == "i386")
10SUBDIR+=ld
11.elif (${MACHINE} == "luna68k")
12SUBDIR+=ld
13.elif (${MACHINE} == "mips")
14SUBDIR+=ld
15.elif (${MACHINE} == "tahoe")
16SUBDIR+=as.tahoe dbx dlmpcc ld pcc
17.elif ${MACHINE} == "vax"
18SUBDIR+=arff as.vax dbx flcopy ld pcc rxformat talk tp
19.endif
20
21.include <bsd.subdir.mk>
22