diff options
author | ache <ache@FreeBSD.org> | 1997-09-29 21:40:17 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1997-09-29 21:40:17 +0000 |
commit | cc6e125b7387898dbb841a209ee5c6dc02ddcd67 (patch) | |
tree | abfedca542b26916e63d5235c889a4adf2e8cac1 /lib/libopie | |
parent | 4ab28dc74b09d4df0bea68dc42a4b757e9ed2ca2 (diff) | |
download | FreeBSD-src-cc6e125b7387898dbb841a209ee5c6dc02ddcd67.zip FreeBSD-src-cc6e125b7387898dbb841a209ee5c6dc02ddcd67.tar.gz |
Bump minor number
Diffstat (limited to 'lib/libopie')
-rw-r--r-- | lib/libopie/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libopie/Makefile b/lib/libopie/Makefile index 7e13869..f51d143 100644 --- a/lib/libopie/Makefile +++ b/lib/libopie/Makefile @@ -1,9 +1,11 @@ # Makefile for libopie # -# $Id: Makefile,v 1.5 1997/09/29 10:55:46 ache Exp $ +# $Id: Makefile,v 1.6 1997/09/29 11:38:36 ache Exp $ # OPIE_DIST?= ${.CURDIR}/../../contrib/opie DIST_DIR= ${OPIE_DIST}/${.CURDIR:T} +SHLIB_MAJOR= 2 +SHLIB_MINOR= 1 KEYFILE?= \"/etc/opiekeys\" |