44842f599e
actually available at the time I brought in the former. Lots of assorted bug fixes and much needed support for catalogs.
19 lines
233 B
Makefile
19 lines
233 B
Makefile
#
|
|
# Bmakefile for sgmlsasp
|
|
#
|
|
# $Id$
|
|
#
|
|
|
|
PROG= sgmlsasp
|
|
|
|
SRCS+= sgmlsasp.c replace.c
|
|
|
|
CFLAGS+= -I${.CURDIR}/../libsgmls -I${.CURDIR}/../sgmls
|
|
|
|
LDADD= ${LIBSGMLS}
|
|
DPADD= ${LIBSGMLS}
|
|
|
|
.include "../Makefile.inc"
|
|
.include <bsd.prog.mk>
|
|
|