ports/textproc/rxp/files/BSDmakefile.rxp
Mikhail Teterin 6ac92ebea9 Make the character-width an option -- 16 or 8 bit -- defaulting to 8.
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.
2021-02-27 23:24:58 +00:00

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>