xref: /386bsd/usr/src/sbin/Makefile (revision a2142627)
1#	@(#)Makefile	5.4.1.1 (Berkeley) 5/7/91
2
3SUBDIR=	badsect clri disklabel dmesg dump dumpfs fastboot fsck \
4	halt ifconfig init mknod mount \
5	mountd newfs nfsd nfsiod ping reboot restore route \
6	routed savecore shutdown slattach swapon tunefs umount
7
8.if ${MACHINE} == "i386"
9SUBDIR+= cmos
10.endif
11.include <bsd.subdir.mk>
12