Start development on 386BSD 0.0
[unix-history] / .ref-BSD-4_3_Net_2 / usr / src / sbin / Makefile
... / ...
CommitLineData
1# @(#)Makefile 5.4.1.1 (Berkeley) 5/7/91
2
3# Missing: icheck, init, ncheck
4
5SUBDIR= XNSrouted badsect clri disklabel dmesg dump dumpfs fastboot fsck \
6 halt ifconfig mknod mount mountd newfs \
7 nfsd nfsiod ping quotacheck reboot restore route routed savecore \
8 shutdown slattach swapon tunefs umount
9
10.if make(clean) || make(cleandir)
11SUBDIR+=enpload
12.elif ${MACHINE} == "tahoe"
13SUBDIR+=enpload
14.endif
15
16.include <bsd.subdir.mk>