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

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

version 1.3, 1996/03/21 00:15:18 version 1.4, 1996/04/21 23:45:41
Line 1 
Line 1 
 #       $OpenBSD$  #       $OpenBSD$
 #       $NetBSD: Makefile,v 1.26 1996/03/16 10:29:36 leo Exp $  #       $NetBSD: Makefile,v 1.28 1996/04/05 01:44:24 cgd 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 7 
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 shutdown slattach swapon \          ping quotacheck reboot route routed savecore shutdown slattach \
         ttyflags umount          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  # support for various file systems
 SUBDIR+= mount_ados  SUBDIR+= mount_ados
 SUBDIR+= mount_cd9660  SUBDIR+= mount_cd9660
 SUBDIR+= mount_fdesc  SUBDIR+= mount_fdesc
 SUBDIR+= mount_ffs      newfs fsck fsdb dumpfs dump restore clri tunefs  SUBDIR+= mount_ffs      newfs fsck_ffs fsdb dumpfs dump restore clri tunefs
 SUBDIR+= mount_kernfs  SUBDIR+= mount_kernfs
 SUBDIR+= mount_lfs      newlfs dumplfs  SUBDIR+= mount_lfs      newlfs dumplfs
 # mount_mfs -> newfs  # mount_mfs -> newfs

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