add Kerberos info
[unix-history] / usr / src / sbin / Makefile
CommitLineData
f15273bc 1# @(#)Makefile 5.2 (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
f15273bc
KB
8.if ${MACHINE} == "tahoe" || make(clean) || make(cleandir)
9SUBDIR+=enpload
10.endif
5edcd1df 11
f15273bc 12.include <bsd.subdir.mk>