date and time created 90/06/25 13:56:22 by bostic
[unix-history] / usr / src / sbin / Makefile
CommitLineData
715cb031 1# @(#)Makefile 5.3 (Berkeley) %G%
5edcd1df 2
f15273bc
KB
3SUBDIR= XNSrouted badsect clri disklabel dmesg dump dumpfs fastboot fsck \
4 fsdb halt icheck ifconfig init mknod mount mountd ncheck newfs \
5 nfsd nfsiod ping quotacheck reboot restore route routed savecore \
6 shutdown slattach swapon tunefs umount vipw
5edcd1df 7
715cb031
KB
8.if make(clean) || make(cleandir)
9SUBDIR+=enpload
10.elif ${MACHINE} == "tahoe"
f15273bc
KB
11SUBDIR+=enpload
12.endif
5edcd1df 13
f15273bc 14.include <bsd.subdir.mk>