xref: /original-bsd/old/Makefile (revision c180b88f)
1#	@(#)Makefile	5.39 (Berkeley) 05/29/93
2
3SUBDIR=	awk compact cpp crypt ed eqn groups hostid lex make more ms od \
4	pr refer roff sed sh sort sum symorder tar tbl test tmac whereis \
5	which whoami yacc
6
7.if   (${MACHINE} == "hp300")
8SUBDIR+=adb 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+=adb as.tahoe dbx dlmpcc ld pcc
17.elif ${MACHINE} == "vax"
18SUBDIR+=adb arff as.vax dbx flcopy ld pcc rxformat talk tp
19.endif
20
21.include <bsd.subdir.mk>
22