16 lines
286 B
Makefile
16 lines
286 B
Makefile
# $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>
|