diff options
author | bde <bde@FreeBSD.org> | 1997-01-06 07:14:41 +0000 |
---|---|---|
committer | bde <bde@FreeBSD.org> | 1997-01-06 07:14:41 +0000 |
commit | c1fc31ff6698675d67d12c93fae81cf6274ecfbe (patch) | |
tree | bc010ea8447f8b3d630337f68abac611eb4e8d0e /usr.bin | |
parent | ce4119983db52a95ced52c8b5bb464e287ca097f (diff) | |
download | FreeBSD-src-c1fc31ff6698675d67d12c93fae81cf6274ecfbe.zip FreeBSD-src-c1fc31ff6698675d67d12c93fae81cf6274ecfbe.tar.gz |
Fixed DPADD to match LDADD.
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/sgmls/instant/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/sgmls/instant/Makefile b/usr.bin/sgmls/instant/Makefile index cefd268..1e10b1e 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 |