summaryrefslogtreecommitdiffstats
path: root/usr.bin/sgmls/instant/Makefile
blob: 1e10b1ebc44389795035dee1eb2381af4ee8fcd9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#	$Id: Makefile,v 1.1.1.1 1996/09/08 01:55:10 jfieber Exp $

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