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

Diff for /src/sbin/Makefile between version 1.30 and 1.31

version 1.30, 1998/02/04 20:37:47 version 1.31, 1998/09/05 17:46:28
Line 23 
Line 23 
 SUBDIR+= mount_umap  SUBDIR+= mount_umap
 SUBDIR+= mount_union  SUBDIR+= mount_union
 SUBDIR+= mount_ext2fs fsck_ext2fs  SUBDIR+= mount_ext2fs fsck_ext2fs
   .include <bsd.own.mk>
   .if (${AFS} == "yes")
   SUBDIR+= mount_xfs
   .endif
   
 .if   make(clean) || make(cleandir) || make(obj)  .if   make(clean) || make(cleandir) || make(obj)
 SUBDIR+= bim config_slot edlabel fdisk pcmcia_cntrl  SUBDIR+= bim config_slot edlabel fdisk pcmcia_cntrl

Legend:
Removed from v.1.30  
changed lines
  Added in v.1.31