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