1# @(#)Makefile 5.3 (Berkeley) 06/25/90 2 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 7 8.if make(clean) || make(cleandir) 9SUBDIR+=enpload 10.elif ${MACHINE} == "tahoe" 11SUBDIR+=enpload 12.endif 13 14.include <bsd.subdir.mk> 15