Home | History | Annotate | Line # | Download | only in sbin
Makefile revision 1.16
      1 #	from: @(#)Makefile	5.4.1.1 (Berkeley) 5/7/91
      2 #	$Id: Makefile,v 1.16 1994/04/22 00:09:02 cgd Exp $
      3 
      4 # Not ported: XNSrouted enpload
      5 # Missing: icheck ncheck
      6 
      7 SUBDIR=	badsect clri disklabel dmesg dump dumpfs fastboot fsck \
      8 	halt ifconfig init mknod modload modunload mount mount_fdesc \
      9 	mount_isofs mount_kernfs mount_lofs mount_msdos mount_portal \
     10 	mount_procfs mountd newfs \
     11 	nfsd nfsiod ping quotacheck reboot restore route routed savecore \
     12 	shutdown slattach swapon ttyflags tunefs umount
     13 
     14 .if   make(clean) || make(cleandir)
     15 SUBDIR+= bim fdisk
     16 .elif ${MACHINE} == "i386"
     17 SUBDIR+= fdisk
     18 .elif ${MACHINE} == "pc532"
     19 SUBDIR+= bim
     20 .endif
     21 
     22 .include <bsd.subdir.mk>
     23