diff options
author | wollman <wollman@FreeBSD.org> | 1994-08-26 23:31:11 +0000 |
---|---|---|
committer | wollman <wollman@FreeBSD.org> | 1994-08-26 23:31:11 +0000 |
commit | ad7993daba3542579514f59590a9e4c1eb0ae095 (patch) | |
tree | cb12f2f7f657113ddaa7eb1272c723e7390918f0 /secure | |
parent | dd8e4f74c342108f5cfc930565d347279b3f3184 (diff) | |
download | FreeBSD-src-ad7993daba3542579514f59590a9e4c1eb0ae095.zip FreeBSD-src-ad7993daba3542579514f59590a9e4c1eb0ae095.tar.gz |
Hopefully fix bogus permissions.
Diffstat (limited to 'secure')
-rw-r--r-- | secure/lib/libcrypt/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/secure/lib/libcrypt/Makefile b/secure/lib/libcrypt/Makefile index e7a5f51..0a95333 100644 --- a/secure/lib/libcrypt/Makefile +++ b/secure/lib/libcrypt/Makefile @@ -1,5 +1,5 @@ # -# $Id: Makefile,v 1.5 1994/08/20 18:16:57 csgr Exp $ +# $Id: Makefile,v 1.6 1994/08/26 19:03:23 wollman Exp $ # LCRYPTBASE= libcrypt @@ -49,3 +49,4 @@ afterinstall: fi .endif + |