summaryrefslogtreecommitdiff
path: root/usr.bin/pmdb/Makefile
diff options
context:
space:
mode:
authorMarc Espie <espie@cvs.openbsd.org>2002-05-11 00:20:22 +0000
committerMarc Espie <espie@cvs.openbsd.org>2002-05-11 00:20:22 +0000
commit8af263c86ca9069f7b81553ac8eeb857e092bf7b (patch)
tree4c3c0abc671f01208e923407224282de7a99c7f9 /usr.bin/pmdb/Makefile
parentc5d734d9312af8955fd681c243c46501f2e88049 (diff)
Add missing libraries to bsd.prog.mk (mostly kerberosV)
Use them in DPADD throughout the tree. Fix a few mispells (LIBMATH -> LIBM...) Wipe obsolete lib (LIBRESOLV) Sort added missing libraries, move obsolete stuff apart. Synch documentation in bsd.README ok deraadt@
Diffstat (limited to 'usr.bin/pmdb/Makefile')
-rw-r--r--usr.bin/pmdb/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/pmdb/Makefile b/usr.bin/pmdb/Makefile
index 12b41cc69d8..8f19d4e175d 100644
--- a/usr.bin/pmdb/Makefile
+++ b/usr.bin/pmdb/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.5 2002/03/15 16:51:29 art Exp $
+# $OpenBSD: Makefile,v 1.6 2002/05/11 00:20:20 espie Exp $
.include <bsd.own.mk>
@@ -29,7 +29,7 @@ CPPFLAGS+=-DPMDB_AOUT
.endif
LDADD=-ledit -lcurses
-DPADD=${LIBEDIT} ${LIBTERMCAP}
+DPADD=${LIBEDIT} ${LIBCURSES}
CPPFLAGS+=-I${.CURDIR}