arrange for all prog mail to run as daemon
[unix-history] / usr / src / old / Makefile
CommitLineData
c4875574 1# @(#)Makefile 5.32 (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")
c4875574 8SUBDIR+=as.tahoe dbx dlmpcc pcc
152e11bd 9.elif ${MACHINE} == "vax"
4199e7cc 10SUBDIR+=arff as.vax dbx flcopy pcc rxformat talk tp
e4ad824a
KB
11.endif
12
b22ee7bc 13.include <bsd.subdir.mk>