Fixup fromcvs/togit conversion
[pkgsrcv2.git] / chat / bnc / patches / patch-aa
1 $NetBSD$
2
3 --- Makefile.in.orig    2005-01-26 05:15:06.000000000 +0100
4 +++ Makefile.in
5 @@ -1,8 +1,8 @@
6  LIBS=@LIBS@
7 -CFLAGS=-O3 -Wall -include config.h
8 +CFLAGS+=-include config.h
9  CC=@CC@
10  
11 -ALL: bnc mkpasswd
12 +all: bnc mkpasswd
13  
14  mkpasswd:mkpasswd.c
15         ${CC} ${CFLAGS} -o mkpasswd mkpasswd.c ${LIBS}