diff options
| author | Peter Wemm <peter@FreeBSD.org> | 1999-12-18 13:55:17 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 1999-12-18 13:55:17 +0000 |
| commit | 6e2578e4c48ce888afcffef16c6e24f46aa0011b (patch) | |
| tree | a6dad01e00eec9389e642841501a8e78581deacd /libexec/makekey | |
| parent | 0cdff8ae00fa88985b2935fd0b239330ec353722 (diff) | |
Notes
Diffstat (limited to 'libexec/makekey')
| -rw-r--r-- | libexec/makekey/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/makekey/Makefile b/libexec/makekey/Makefile index d61df5d824c7..2028c6dad80b 100644 --- a/libexec/makekey/Makefile +++ b/libexec/makekey/Makefile @@ -4,7 +4,7 @@ PROG= makekey MAN8= makekey.8 -DPADD+= ${LIBCRYPT} ${LIBMD} -LDADD+= -lcrypt -lmd +DPADD+= ${LIBCRYPT} +LDADD+= -lcrypt .include <bsd.prog.mk> |
