blob: cfc7184e9d9ce1cd9ec58b72982c426cfcd1622f (
plain) (
blame)
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}
MAN1= instant.1
MAN5= transpec.5
.include <bsd.prog.mk>
|