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

Diff for /src/usr.bin/pctr/Makefile between version 1.4 and 1.5

version 1.4, 2000/05/25 19:09:08 version 1.5, 2000/05/27 05:51:36
Line 1 
Line 1 
 #       $OpenBSD$  #       $OpenBSD$
   
   MAN=pctr.1
   MANSUBDIR=/i386
   
   .if ${MACHINE} == "i386"
 PROG=   pctr  PROG=   pctr
 MANSUBDIR=i386  .else
   NOPROG=
   .endif
   
 .include <bsd.prog.mk>  .include <bsd.prog.mk>

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