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

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

version 1.3, 1995/10/23 07:46:00 version 1.4, 1995/10/28 14:15:22
Line 23 
Line 23 
   
 .if   make(clean) || make(cleandir)  .if   make(clean) || make(cleandir)
 SUBDIR+=bad144 dbsym eeprom grfinfo hilinfo iteconfig screenblank  SUBDIR+=bad144 dbsym eeprom grfinfo hilinfo iteconfig screenblank
 .elif ${MACHINE} == "amiga" || ${MACHINE} == "atari"  .elif ${MACHINE} == "amiga"
 SUBDIR+=grfconfig iteconfig videomode  SUBDIR+=grfconfig iteconfig videomode
   .elif ${MACHINE} == "atari"
   SUBDIR+=iteconfig
 .elif ${MACHINE} == "hp300"  .elif ${MACHINE} == "hp300"
 SUBDIR+=config.old grfinfo hilinfo  SUBDIR+=config.old grfinfo hilinfo
 .elif ${MACHINE} == "i386"  .elif ${MACHINE} == "i386"

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