summaryrefslogtreecommitdiffstats
path: root/usr.bin/chpass/Makefile
diff options
context:
space:
mode:
authorsheldonh <sheldonh@FreeBSD.org>2000-04-12 08:49:14 +0000
committersheldonh <sheldonh@FreeBSD.org>2000-04-12 08:49:14 +0000
commit0875731adbb850a030b3ece2c3b7ef9da01be535 (patch)
treeb2111d2d560d21e33b640d283fd11184fa3aedea /usr.bin/chpass/Makefile
parenta365f1d25ae787ba1aca5aceb5aa846ab9c3f290 (diff)
downloadFreeBSD-src-0875731adbb850a030b3ece2c3b7ef9da01be535.zip
FreeBSD-src-0875731adbb850a030b3ece2c3b7ef9da01be535.tar.gz
Use an MD5 checksum to test for file changes; the previous method
of using file mtimes could result in chpasss(1) erroneously detecting that no changes were made for non-interactive edits. PR: 4238 Reported by: Jens Schweikhardt <schweikh@noc.dfn.de> Submitted by: Daniel Hagan <dhagan@cs.vt.edu>
Diffstat (limited to 'usr.bin/chpass/Makefile')
-rw-r--r--usr.bin/chpass/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/chpass/Makefile b/usr.bin/chpass/Makefile
index 6e26143..7966608 100644
--- a/usr.bin/chpass/Makefile
+++ b/usr.bin/chpass/Makefile
@@ -27,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}
OpenPOWER on IntegriCloud