[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / src / sbin

Diff for /src/sbin/Makefile between version 1.2 and 1.3

version 1.2, 1996/01/07 02:33:28 version 1.3, 1996/03/21 00:15:18
Line 1 
Line 1 
 #       $NetBSD: Makefile,v 1.25 1995/10/10 21:42:00 gwr Exp $  #       $OpenBSD$
   #       $NetBSD: Makefile,v 1.26 1996/03/16 10:29:36 leo Exp $
 #       @(#)Makefile    8.5 (Berkeley) 3/31/94  #       @(#)Makefile    8.5 (Berkeley) 3/31/94
   
 # Not ported: XNSrouted enpload scsiformat startslip  # Not ported: XNSrouted enpload scsiformat startslip
Line 6 
Line 7 
   
 SUBDIR= badsect disklabel ccdconfig dmesg fastboot ifconfig init ipf \  SUBDIR= badsect disklabel ccdconfig dmesg fastboot ifconfig init ipf \
         ipfstat mknod modload modunload mount mountd nfsd nfsiod nologin \          ipfstat mknod modload modunload mount mountd nfsd nfsiod nologin \
         ping quotacheck reboot route routed savecore shutdown slattach \          ping quotacheck reboot route routed shutdown slattach swapon \
         swapon ttyflags umount          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  # support for various file systems
 SUBDIR+= mount_ados  SUBDIR+= mount_ados

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3