Home | History | Annotate | Line # | Download | only in sbin
Makefile revision 1.9
      1 #	@(#)Makefile	5.4.1.1 (Berkeley) 5/7/91
      2 #
      3 #	$Header: /tank/opengrok/rsync2/NetBSD/src/sbin/Makefile,v 1.9 1993/06/07 19:52:08 cgd Exp $
      4 
      5 # Not ported: XNSrouted enpload
      6 # Missing: icheck ncheck
      7 
      8 SUBDIR=	badsect chown clri disklabel dmesg dump dumpfs fastboot fsck \
      9 	halt ifconfig init mknod modload modunload mount mount_isofs \
     10 	mount_miscfs mount_pcfs mountd newfs nfsd nfsiod ping \
     11 	quotacheck reboot restore route routed savecore shutdown \
     12 	slattach swapon tunefs umount
     13 
     14 .if   make(clean) || make(cleandir)
     15 SUBDIR+= fdisk
     16 .elif ${MACHINE} == "i386"
     17 SUBDIR+= fdisk
     18 .endif
     19 
     20 .include <bsd.subdir.mk>
     21