add sed
[unix-history] / usr / src / old / Makefile
CommitLineData
35525b37 1# @(#)Makefile 5.27 (Berkeley) %G%
2bcc3db1 2
957bef68 3SUBDIR= compact hostid lex make yacc
2bcc3db1 4
dcdebf67
KB
5.if (${MACHINE} == "hp300")
6SUBDIR+=as.hpux
7.elif (${MACHINE} == "tahoe")
a340de21 8SUBDIR+=as.tahoe dbx pcc
152e11bd 9.elif ${MACHINE} == "vax"
a340de21 10SUBDIR+=as.vax dbx pcc talk tp
e4ad824a
KB
11.endif
12
b22ee7bc 13.include <bsd.subdir.mk>