summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/krb5
diff options
context:
space:
mode:
authordjm <>2009-01-09 12:14:09 +0000
committerdjm <>2009-01-09 12:14:09 +0000
commitd19d62684064bd8fbc9643cd864f3a0299102c8d (patch)
treef7bce8e25320f56d0561cf9c041d4a9426952468 /src/lib/libcrypto/krb5
parentc577284ff511d84dc9cbfc813490545b0721e2f8 (diff)
parentc38e9fa1885187364cfeba026e9bf38d6845886f (diff)
downloadopenbsd-d19d62684064bd8fbc9643cd864f3a0299102c8d.tar.gz
openbsd-d19d62684064bd8fbc9643cd864f3a0299102c8d.tar.bz2
openbsd-d19d62684064bd8fbc9643cd864f3a0299102c8d.zip
This commit was generated by cvs2git to track changes on a CVS vendor
branch.
Diffstat (limited to 'src/lib/libcrypto/krb5')
-rw-r--r--src/lib/libcrypto/krb5/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libcrypto/krb5/Makefile b/src/lib/libcrypto/krb5/Makefile
index 14077390d6..8efb9e8910 100644
--- a/src/lib/libcrypto/krb5/Makefile
+++ b/src/lib/libcrypto/krb5/Makefile
@@ -34,7 +34,7 @@ top:
34all: lib 34all: lib
35 35
36lib: $(LIBOBJ) 36lib: $(LIBOBJ)
37 $(AR) $(LIB) $(LIBOBJ) 37 $(ARX) $(LIB) $(LIBOBJ)
38 $(RANLIB) $(LIB) || echo Never mind. 38 $(RANLIB) $(LIB) || echo Never mind.
39 @touch lib 39 @touch lib
40 40