summaryrefslogtreecommitdiffstats
path: root/chpass/Makefile
diff options
context:
space:
mode:
authorSheldon Hearn <sheldonh@FreeBSD.org>2000-04-12 08:49:14 +0000
committerSheldon Hearn <sheldonh@FreeBSD.org>2000-04-12 08:49:14 +0000
commitc172c8e3f17a4a35760ec236373c0b06dbcd86bd (patch)
tree7231db65352e1aca8bd97802f6ff862c156e2663 /chpass/Makefile
parent7826221ab51f71e647a6489ef515a71c0464346d (diff)
downloadpw-darwin-c172c8e3f17a4a35760ec236373c0b06dbcd86bd.tar.gz
pw-darwin-c172c8e3f17a4a35760ec236373c0b06dbcd86bd.tar.zst
pw-darwin-c172c8e3f17a4a35760ec236373c0b06dbcd86bd.zip
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 'chpass/Makefile')
-rw-r--r--chpass/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/chpass/Makefile b/chpass/Makefile
index 6e26143..7966608 100644
--- a/chpass/Makefile
+++ b/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}