summaryrefslogtreecommitdiffstats
path: root/usr.bin/sgmls/sgmlsasp/Makefile
blob: 1d60f29e3fae90226255ac81a4d340b57a884899 (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