NetBSD/sbin/Makefile

23 lines
684 B
Makefile
Raw Normal View History

1993-07-31 19:27:53 +04:00
# from: @(#)Makefile 5.4.1.1 (Berkeley) 5/7/91
1994-06-03 04:35:22 +04:00
# $Id: Makefile,v 1.17 1994/06/03 00:35:22 chopps Exp $
# Not ported: XNSrouted enpload
# Missing: icheck ncheck
1993-03-21 12:45:37 +03:00
1993-11-03 09:46:24 +03:00
SUBDIR= badsect clri disklabel dmesg dump dumpfs fastboot fsck \
1994-06-03 04:35:22 +04:00
halt ifconfig init mknod modload modunload mount mount_ados \
mount_fdesc mount_isofs mount_kernfs mount_lofs mount_msdos \
mount_portal mount_procfs mountd newfs \
nfsd nfsiod ping quotacheck reboot restore route routed savecore \
1994-03-30 13:30:37 +04:00
shutdown slattach swapon ttyflags tunefs umount
.if make(clean) || make(cleandir)
1994-04-22 04:09:02 +04:00
SUBDIR+= bim fdisk
.elif ${MACHINE} == "i386"
SUBDIR+= fdisk
1994-04-22 04:09:02 +04:00
.elif ${MACHINE} == "pc532"
SUBDIR+= bim
.endif
1993-03-21 12:45:37 +03:00
.include <bsd.subdir.mk>