fix tty inheritance
[unix-history] / usr / src / old / Makefile
... / ...
CommitLineData
1# @(#)Makefile 5.25 (Berkeley) %G%
2
3SUBDIR= compact hostid lex make yacc
4
5.if (${MACHINE} == "hp300")
6SUBDIR+=as.hpux
7.elif (${MACHINE} == "tahoe")
8SUBDIR+=as.tahoe dbx pcc
9.elif ${MACHINE} == "vax"
10SUBDIR+=as.vax dbx pcc talk tp
11.endif
12
13.include <bsd.subdir.mk>