=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/unifdef/Makefile,v retrieving revision 1.3 retrieving revision 1.4 diff -c -r1.3 -r1.4 *** src/usr.bin/unifdef/Makefile 1997/09/21 11:51:32 1.3 --- src/usr.bin/unifdef/Makefile 2002/12/02 07:16:23 1.4 *************** *** 1,5 **** ! # $OpenBSD: Makefile,v 1.3 1997/09/21 11:51:32 deraadt Exp $ PROG= unifdef .include --- 1,11 ---- ! # $OpenBSD: Makefile,v 1.4 2002/12/02 07:16:23 deraadt Exp $ 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