diff options
author | 2005-10-12 18:54:54 +0000 | |
---|---|---|
committer | 2005-10-12 18:54:54 +0000 | |
commit | e59a27ac45a68dc55988e6ab43c1c9a6664c263a (patch) | |
tree | 5ef14a3a19d468e0c4efe0d8df5ef31550aad186 /lib/libevent | |
parent | unconflict (one day legacy) wavelan ioctl's from the vlan ioctl's (diff) | |
download | wireguard-openbsd-e59a27ac45a68dc55988e6ab43c1c9a6664c263a.tar.xz wireguard-openbsd-e59a27ac45a68dc55988e6ab43c1c9a6664c263a.zip |
three new .so libraries to help the ports people who need (or might need)
them for perl modules; discussion with pvalchev
Diffstat (limited to 'lib/libevent')
-rw-r--r-- | lib/libevent/Makefile | 4 | ||||
-rw-r--r-- | lib/libevent/shlib_version | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/lib/libevent/Makefile b/lib/libevent/Makefile index df494638d32..0fb39c71f6b 100644 --- a/lib/libevent/Makefile +++ b/lib/libevent/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.15 2005/10/11 18:50:59 jmc Exp $ +# $OpenBSD: Makefile,v 1.16 2005/10/12 18:54:54 deraadt Exp $ LIB= event SRCS= buffer.c evbuffer.c event.c kqueue.c log.c poll.c select.c signal.c @@ -46,8 +46,6 @@ CDIAGFLAGS+= -Wsign-compare CDIAGFLAGS+= -Wcast-align CDIAGFLAGS+= -Wbad-function-cast -NOPIC= - includes: @cd ${.CURDIR}; for i in ${HDRS}; do \ cmp -s $$i ${DESTDIR}/usr/include/$$i || \ diff --git a/lib/libevent/shlib_version b/lib/libevent/shlib_version new file mode 100644 index 00000000000..1edea46de91 --- /dev/null +++ b/lib/libevent/shlib_version @@ -0,0 +1,2 @@ +major=1 +minor=0 |