=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/sbin/Makefile,v retrieving revision 1.2 retrieving revision 1.3 diff -u -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 +1,5 @@ -# $NetBSD: Makefile,v 1.25 1995/10/10 21:42:00 gwr Exp $ +# $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,8 +7,15 @@ 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 + 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