NetBSD/sbin/Makefile

21 lines
586 B
Makefile
Raw Normal View History

1993-03-21 09:45:37 +00:00
# @(#)Makefile 5.4.1.1 (Berkeley) 5/7/91
1993-03-22 08:04:00 +00:00
#
# $Header: /cvsroot/src/sbin/Makefile,v 1.9 1993/06/07 19:52:08 cgd Exp $
# Not ported: XNSrouted enpload
# Missing: icheck ncheck
1993-03-21 09:45:37 +00:00
1993-04-05 03:40:06 +00:00
SUBDIR= badsect chown clri disklabel dmesg dump dumpfs fastboot fsck \
halt ifconfig init mknod modload modunload mount mount_isofs \
mount_miscfs mount_pcfs mountd newfs nfsd nfsiod ping \
quotacheck reboot restore route routed savecore shutdown \
slattach swapon tunefs umount
.if make(clean) || make(cleandir)
SUBDIR+= fdisk
.elif ${MACHINE} == "i386"
SUBDIR+= fdisk
.endif
1993-03-21 09:45:37 +00:00
.include <bsd.subdir.mk>