summaryrefslogtreecommitdiffstats
path: root/usr.bin/sgmls/instant/Makefile
blob: c004f87860c62a2f4a070f465b7ba864f7ebc4c9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#	$Id$

PROG=	instant
SRCS=	browse.c info.c main.c tables.c traninit.c translate.c 
SRCS+=	tranvar.c util.c

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

LDADD=  ${LIBSGMLS} -lcompat
DPADD=  ${LIBSGMLS} ${LIBCOMPAT}

MAN1=	instant.1
MAN5=	transpec.5

.include <bsd.prog.mk>
OpenPOWER on IntegriCloud