error message cleanup, make -q apply to -f; bug report 4.3BSD-reno/usr.bin/17
[unix-history] / usr / src / sbin / Makefile
CommitLineData
27686d8d
KB
1# @(#)Makefile 5.4.1.1 (Berkeley) %G%
2
3# Missing: icheck, init, ncheck
5edcd1df 4
f15273bc 5SUBDIR= XNSrouted badsect clri disklabel dmesg dump dumpfs fastboot fsck \
27686d8d 6 fsdb halt ifconfig mknod mount mountd newfs \
f15273bc 7 nfsd nfsiod ping quotacheck reboot restore route routed savecore \
c0c91647 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>