diff --git a/usr.bin/sgmls/instant/Makefile b/usr.bin/sgmls/instant/Makefile index cefd268620b..1e10b1ebc44 100644 --- a/usr.bin/sgmls/instant/Makefile +++ b/usr.bin/sgmls/instant/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.1.1.1 1996/01/16 05:14:09 jfieber Exp $ +# $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 @@ -7,7 +7,7 @@ SRCS+= tranvar.c util.c CFLAGS+= -I${.CURDIR}/../libsgmls -I${.CURDIR}/../sgmls LDADD= ${LIBSGMLS} -lcompat -DPADD= ${LIBSGMLS} +DPADD= ${LIBSGMLS} ${LIBCOMPAT} MAN1= instant.1 MAN5= transpec.5