mirror of
https://git.freebsd.org/ports.git
synced 2025-06-28 16:10:33 -04:00
Remove the second listing of http.c from the library's makefile, which kept it from building on i386, but not -- for some reason -- on am64.
12 lines
220 B
Text
12 lines
220 B
Text
PROG= rxp
|
|
|
|
SRCS= rxp.c infoset-print.c
|
|
CFLAGS+= -DCHAR_SIZE=${CHAR_SIZE} -DHAVE_LIBZ
|
|
CFLAGS+= -Werror
|
|
WARNS= 6
|
|
|
|
BINDIR= ${PREFIX}/bin
|
|
MANDIR= ${MANPREFIX}/man/man
|
|
LDADD= -L${.CURDIR:H}/lib -lrxp
|
|
|
|
.include <bsd.prog.mk>
|