ifm_flags is a signed short and IFF_MULTICAST gets propagated ruinning
[unix-history] / usr / src / sbin / Makefile
... / ...
CommitLineData
1# @(#)Makefile 5.8 (Berkeley) %G%
2
3# Missing: icheck, init, ncheck
4
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 \
9 restore route routed savecore scsiformat shutdown slattach startslip \
10 swapon tunefs umount
11
12.if ${MACHINE} == "tahoe"
13SUBDIR+=enpload
14.elif make(clean) || make(cleandir)
15SUBDIR+=enpload
16.endif
17
18.include <bsd.subdir.mk>