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

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