xref: /original-bsd/old/Makefile (revision 58272d20)
1#	@(#)Makefile	5.34 (Berkeley) 04/26/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+=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