diff options
| author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-11-25 22:25:13 +0000 |
|---|---|---|
| committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-11-25 22:25:13 +0000 |
| commit | ff75e00737d1906e8a2c37df4f46332d746c6e1c (patch) | |
| tree | 2ca51cf79cb4d7e2f55469f7ffebcc4b6df93ca8 /secure/libexec/ssh-keysign | |
| parent | 4c5e7118db32d2dd37747423c3882fbf7bccf622 (diff) | |
Notes
Diffstat (limited to 'secure/libexec/ssh-keysign')
| -rw-r--r-- | secure/libexec/ssh-keysign/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/secure/libexec/ssh-keysign/Makefile b/secure/libexec/ssh-keysign/Makefile index 01e51ef70f15..9efad92e59ac 100644 --- a/secure/libexec/ssh-keysign/Makefile +++ b/secure/libexec/ssh-keysign/Makefile @@ -17,7 +17,7 @@ CFLAGS+= -DHAVE_LDNS=1 #USEPRIVATELIB+= ldns .endif -LIBADD+= crypt crypto z +LIBADD+= crypto .include <bsd.prog.mk> |
