mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-15 10:17:20 +00:00
Fixed DPADD to match LDADD.
This commit is contained in:
parent
856a02a96f
commit
e58b89de25
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=21368
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user