diff options
author | 2005-10-12 16:08:14 +0000 | |
---|---|---|
committer | 2005-10-12 16:08:14 +0000 | |
commit | a821caef8bea16365dfb9470906db28b310d419c (patch) | |
tree | 3c287d36caac80b1761fd8c5c249fd33920150b1 /lib/libskey | |
parent | remove MLINKS for pthread_mutexattr_{g,s}etpshared.3: (diff) | |
download | wireguard-openbsd-a821caef8bea16365dfb9470906db28b310d419c.tar.xz wireguard-openbsd-a821caef8bea16365dfb9470906db28b310d419c.zip |
remove MLINK for skeyzero.3: the function was removed in -r1.5;
Diffstat (limited to 'lib/libskey')
-rw-r--r-- | lib/libskey/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libskey/Makefile b/lib/libskey/Makefile index eda5d9a784b..448a07835ee 100644 --- a/lib/libskey/Makefile +++ b/lib/libskey/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.8 2004/08/05 13:31:36 millert Exp $ +# $OpenBSD: Makefile,v 1.9 2005/10/12 16:08:14 jmc Exp $ LIB= skey SRCS= skeylogin.c skeysubr.c put.c @@ -12,7 +12,7 @@ MLINKS+=skey.3 atob8.3 skey.3 backspace.3 skey.3 btoa8.3 skey.3 btoe.3 \ skey.3 skey_passcheck.3 skey.3 skey_set_algorithm.3 \ skey.3 skey_unlock.3 skey.3 skeychallenge.3 skey.3 skeychallenge2.3 \ skey.3 skeygetnext.3 skey.3 skeylookup.3 skey.3 skeyverify.3 \ - skey.3 skeyzero.3 skey.3 skipspace.3 + skey.3 skipspace.3 includes: @cd ${.CURDIR}; for i in $(HDRS); do \ |