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

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

version 1.3, 1997/09/21 11:51:32 version 1.4, 2002/12/02 07:16:23
Line 1 
Line 1 
 #       $OpenBSD$  #       $OpenBSD$
   
 PROG=   unifdef  PROG=   unifdef
   COPTS+= -Wall -Werror
   #MLINKS= unifdef.1 unifdefall.1
   
   #beforeinstall:
   #       ${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
   #               ${.CURDIR}/unifdefall.sh ${DESTDIR}${BINDIR}/unifdefall
   
 .include <bsd.prog.mk>  .include <bsd.prog.mk>

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