aboutsummaryrefslogtreecommitdiff
path: root/libexec/uucpd
diff options
context:
space:
mode:
authorMarcel Moolenaar <marcel@FreeBSD.org>1999-12-16 10:55:45 +0000
committerMarcel Moolenaar <marcel@FreeBSD.org>1999-12-16 10:55:45 +0000
commit7c99ddf2cc5715591e992eb8ddd7d6f2c6bdd914 (patch)
treeb1ff0af9666d5e0cece7e2e35660c5374da14271 /libexec/uucpd
parentb7c42f7dde88a30686728b79fbd3f0635cc9e3f6 (diff)
Notes
Diffstat (limited to 'libexec/uucpd')
-rw-r--r--libexec/uucpd/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/uucpd/Makefile b/libexec/uucpd/Makefile
index 3aeb623eab90..c89c5ea153fe 100644
--- a/libexec/uucpd/Makefile
+++ b/libexec/uucpd/Makefile
@@ -3,6 +3,6 @@
PROG= uucpd
MAN8= uucpd.8
-LDADD= -lcrypt -lutil
-DPADD= ${LIBCRYPT} ${LIBUTIL}
+LDADD= -lcrypt -lutil -lmd
+DPADD= ${LIBCRYPT} ${LIBUTIL} ${LIBMD}
.include <bsd.prog.mk>