create {hp300,i386,tahoe,vax}/include/ansi.h
[unix-history] / usr / src / old / Makefile
CommitLineData
50603f0b 1# @(#)Makefile 5.14 (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")
4ab3bde0 8SUBDIR+=as.tahoe dbx pcc
152e11bd 9.elif ${MACHINE} == "vax"
4ab3bde0 10SUBDIR+=as.vax dbx pcc talk tp
e4ad824a
KB
11.endif
12
b22ee7bc 13.include <bsd.subdir.mk>