summaryrefslogtreecommitdiffstats
path: root/usr.bin/sgmls/sgmlsasp/Makefile
blob: 69bfdabddf4631a726427ddacca3b384212fe673 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#
# 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>

OpenPOWER on IntegriCloud