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