=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/sbin/Makefile,v retrieving revision 1.2 retrieving revision 1.3 diff -c -r1.2 -r1.3 *** src/sbin/Makefile 1996/01/07 02:33:28 1.2 --- src/sbin/Makefile 1996/03/21 00:15:18 1.3 *************** *** 1,4 **** ! # $NetBSD: Makefile,v 1.25 1995/10/10 21:42:00 gwr Exp $ # @(#)Makefile 8.5 (Berkeley) 3/31/94 # Not ported: XNSrouted enpload scsiformat startslip --- 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 *************** *** 6,13 **** 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 --- 7,21 ---- 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