freebsd-dev/usr.bin/sgmls/instant/Makefile

16 lines
326 B
Makefile
Raw Normal View History

# $Id: Makefile,v 1.1.1.1 1996/01/16 05:14:09 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>