aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/chpass/Makefile
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 /usr.bin/chpass/Makefile
parentb7c42f7dde88a30686728b79fbd3f0635cc9e3f6 (diff)
downloadsrc-7c99ddf2cc5715591e992eb8ddd7d6f2c6bdd914.tar.gz
src-7c99ddf2cc5715591e992eb8ddd7d6f2c6bdd914.zip
Add libmd (or move it after libcrypt). We don't want the linker to be
smart because it will definitely get it wrong. This popped up during cross-linking.
Notes
Notes: svn path=/head/; revision=54677
Diffstat (limited to 'usr.bin/chpass/Makefile')
-rw-r--r--usr.bin/chpass/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.bin/chpass/Makefile b/usr.bin/chpass/Makefile
index c17a4ce7ceb5..7966608938ce 100644
--- a/usr.bin/chpass/Makefile
+++ b/usr.bin/chpass/Makefile
@@ -1,4 +1,5 @@
# @(#)Makefile 8.2 (Berkeley) 4/2/94
+# $FreeBSD$
PROG= chpass
CFLAGS+=-Wall
@@ -26,8 +27,8 @@ COPTS+= -DYP -I. -I${.CURDIR}/../../libexec/ypxfr \
#Some people need this, uncomment to activate
#COPTS+= -DRESTRICT_FULLNAME_CHANGE
-DPADD= ${LIBRPCSVC} ${LIBCRYPT}
-LDADD+= -lrpcsvc -lcrypt
+DPADD= ${LIBRPCSVC} ${LIBCRYPT} ${LIBMD}
+LDADD+= -lrpcsvc -lcrypt -lmd
CLEANFILES= ${GENSRCS}