summaryrefslogtreecommitdiffstats
path: root/usr.bin/sgmls/rast/Makefile
blob: 4c8a7c26ba0336476325e7c2e1b845a222293d26 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#
# Bmakefile for rast
#
# $id$
#

PROG= rast

SRCS+= rast.c

CFLAGS+= -I${.CURDIR}/../libsgmls -I${.CURDIR}/../sgmls

LDADD=  ${LIBSGMLS}
DPADD=  ${LIBSGMLS}

.include "../Makefile.inc"
.include <bsd.prog.mk>

OpenPOWER on IntegriCloud