summaryrefslogtreecommitdiffstats
path: root/usr.bin/sgmls/rast/Makefile
blob: 3be6c87874d8dddac834fc82435dae16db7cde34 (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