summaryrefslogtreecommitdiffstats
path: root/lib/libedit
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1994-08-28 18:49:06 +0000
committerbde <bde@FreeBSD.org>1994-08-28 18:49:06 +0000
commit4b07d8e78226e63a874eb615588dd84dbdd8e2e0 (patch)
treef634567066510cf9e0c3eecd0cb9c32c09d5b419 /lib/libedit
parentb7079cf51c68c5d0d95d1488fe15554bd90c0e45 (diff)
downloadFreeBSD-src-4b07d8e78226e63a874eb615588dd84dbdd8e2e0.zip
FreeBSD-src-4b07d8e78226e63a874eb615588dd84dbdd8e2e0.tar.gz
Add dependencies on libraries to DPADD. Someday this should be done
automagically. -lfoo has to be right to work, but ${LIBFO0} is too easy to forget or misspell; nothing checks it and it should be different for shared libraries.
Diffstat (limited to 'lib/libedit')
-rw-r--r--lib/libedit/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libedit/Makefile b/lib/libedit/Makefile
index be056e0..0b6557f 100644
--- a/lib/libedit/Makefile
+++ b/lib/libedit/Makefile
@@ -46,7 +46,7 @@ editline.c: ${OSRCS}
.depend: vi.h emacs.h common.h fcns.h help.h help.c
-test: libedit.a test.o
+test: test.o libedit.a ${DPADD} ${LIBTERM}
${CC} ${CFLAGS} ${.ALLSRC} -o ${.TARGET} libedit.a ${LDADD} -ltermcap
.include <bsd.lib.mk>
OpenPOWER on IntegriCloud