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