=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/sbin/Makefile,v retrieving revision 1.3 retrieving revision 1.4 diff -c -r1.3 -r1.4 *** src/sbin/Makefile 1996/03/21 00:15:18 1.3 --- src/sbin/Makefile 1996/04/21 23:45:41 1.4 *************** *** 1,5 **** ! # $OpenBSD: Makefile,v 1.3 1996/03/21 00:15:18 niklas Exp $ ! # $NetBSD: Makefile,v 1.26 1996/03/16 10:29:36 leo Exp $ # @(#)Makefile 8.5 (Berkeley) 3/31/94 # Not ported: XNSrouted enpload scsiformat startslip --- 1,5 ---- ! # $OpenBSD: Makefile,v 1.4 1996/04/21 23:45:41 deraadt Exp $ ! # $NetBSD: Makefile,v 1.28 1996/04/05 01:44:24 cgd Exp $ # @(#)Makefile 8.5 (Berkeley) 3/31/94 # Not ported: XNSrouted enpload scsiformat startslip *************** *** 7,27 **** SUBDIR= badsect disklabel ccdconfig dmesg fastboot ifconfig init ipf \ ipfstat mknod modload modunload mount mountd nfsd nfsiod nologin \ ! ping quotacheck reboot route routed shutdown slattach swapon \ ! ttyflags umount - # XXX Temporarely until all ports are able to use savecore (leo) - .if (${MACHINE} == "atari") - SUBDIR+= savecore - .else - SUBDIR+= savecore.old - .endif - # support for various file systems SUBDIR+= mount_ados SUBDIR+= mount_cd9660 SUBDIR+= mount_fdesc ! SUBDIR+= mount_ffs newfs fsck fsdb dumpfs dump restore clri tunefs SUBDIR+= mount_kernfs SUBDIR+= mount_lfs newlfs dumplfs # mount_mfs -> newfs --- 7,20 ---- SUBDIR= badsect disklabel ccdconfig dmesg fastboot ifconfig init ipf \ ipfstat mknod modload modunload mount mountd nfsd nfsiod nologin \ ! ping quotacheck reboot route routed savecore shutdown slattach \ ! swapon ttyflags umount # support for various file systems SUBDIR+= mount_ados SUBDIR+= mount_cd9660 SUBDIR+= mount_fdesc ! SUBDIR+= mount_ffs newfs fsck_ffs fsdb dumpfs dump restore clri tunefs SUBDIR+= mount_kernfs SUBDIR+= mount_lfs newlfs dumplfs # mount_mfs -> newfs