ifm_flags is a signed short and IFF_MULTICAST gets propagated ruinning
[unix-history] / usr / src / sbin / Makefile
CommitLineData
d68a24dd 1# @(#)Makefile 5.8 (Berkeley) %G%
27686d8d
KB
2
3# Missing: icheck, init, ncheck
5edcd1df 4
1394cd2d
KB
5SUBDIR= XNSrouted badsect clri disklabel dmesg dump dumpfs dumplfs fastboot \
6 fsck fsdb icheck ifconfig init mknod mount mount_fdesc mount_kernfs \
7 mount_lofs mount_nfs mount_null mount_portal mount_umap mountd \
8 ncheck newfs newlfs nfsd nfsiod nologin ping quotacheck reboot \
d68a24dd
KB
9 restore route routed savecore scsiformat shutdown slattach startslip \
10 swapon tunefs umount
5edcd1df 11
0e2c29e3 12.if ${MACHINE} == "tahoe"
715cb031 13SUBDIR+=enpload
0e2c29e3 14.elif make(clean) || make(cleandir)
f15273bc
KB
15SUBDIR+=enpload
16.endif
5edcd1df 17
f15273bc 18.include <bsd.subdir.mk>