combine find_node and add_node, use db(3) hashing; malloc node and
[unix-history] / usr / src / usr.bin / Makefile
CommitLineData
4e1fc16d 1# @(#)Makefile 5.8.1.1 (Berkeley) %G%
a4f77f19 2
d0bb319a 3# need conversion: tn3270
189eef55 4# remove lisp
a4f77f19 5
b6757ec9 6 window write xargs yes
d0bb319a 7
cb09af87
KB
8.if ${MACHINE} == "hp300"
9SUBDIR+=gas gcc
10.elif ${MACHINE} == "i386"
11SUBDIR+=gas gcc
12.elif ${MACHINE} == "tahoe"
4e1fc16d 13SUBDIR+=pascal
cb09af87 14.elif ${MACHINE} == "vax"
4e1fc16d 15SUBDIR+=gas pascal
d0bb319a 16.endif
a4f77f19 17
2f33aea7 18.include <bsd.subdir.mk>