diff options
author | 2007-10-18 19:21:36 +0000 | |
---|---|---|
committer | 2007-10-18 19:21:36 +0000 | |
commit | 4d56e66bde9011d41ea76031d453593f9a9bcb4d (patch) | |
tree | cb64e11d0d423d9dbdff6bbed84dde7a63ae8827 | |
parent | sync (diff) | |
download | wireguard-openbsd-4d56e66bde9011d41ea76031d453593f9a9bcb4d.tar.xz wireguard-openbsd-4d56e66bde9011d41ea76031d453593f9a9bcb4d.zip |
synch expat major number with xenocara, and then some.
activate it in the build.
-rw-r--r-- | lib/Makefile | 5 | ||||
-rw-r--r-- | lib/libexpat/shlib_version | 2 |
2 files changed, 4 insertions, 3 deletions
diff --git a/lib/Makefile b/lib/Makefile index c59f8352cd2..1a120c8555a 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -1,8 +1,9 @@ -# $OpenBSD: Makefile,v 1.52 2005/12/16 17:35:01 deraadt Exp $ +# $OpenBSD: Makefile,v 1.53 2007/10/18 19:21:36 espie Exp $ # $NetBSD: Makefile,v 1.20.4.1 1996/06/14 17:22:38 cgd Exp $ SUBDIR= csu libarch libc libcompat libcurses \ - libdes libedit libevent libform libkeynote libkvm libl libm libmenu \ + libdes libedit libevent libexpat \ + libform libkeynote libkvm libl libm libmenu \ libocurses libossaudio libpanel libpcap libpthread librpcsvc \ libskey libsectok libssl libusbhid libutil libwrap liby libz diff --git a/lib/libexpat/shlib_version b/lib/libexpat/shlib_version index 9c1551636c5..1c5d96eb2aa 100644 --- a/lib/libexpat/shlib_version +++ b/lib/libexpat/shlib_version @@ -1,2 +1,2 @@ -major=6 +major=9 minor=0 |