Makefile revision 1.11
1# from: @(#)Makefile 5.4.1.1 (Berkeley) 5/7/91 2# $Id: Makefile,v 1.11 1993/07/31 15:34:19 mycroft Exp $ 3 4# Not ported: XNSrouted enpload 5# Missing: icheck ncheck 6 7SUBDIR= badsect chown clri disklabel dmesg dump dumpfs fastboot fsck \ 8 halt ifconfig init mknod modload modunload mount mount_fdesc \ 9 mount_isofs mount_kernfs mount_msdos mountd newfs nfsd nfsiod \ 10 ping quotacheck reboot restore route routed savecore shutdown \ 11 slattach swapon tunefs umount 12 13.if make(clean) || make(cleandir) 14SUBDIR+= fdisk 15.elif ${MACHINE} == "i386" 16SUBDIR+= fdisk 17.endif 18 19.include <bsd.subdir.mk> 20