summaryrefslogtreecommitdiff
path: root/lib/libevent/Makefile
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2005-10-12 18:54:57 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2005-10-12 18:54:57 +0000
commitdfcb085d3afdcbd9c599449bf89c7c8b3ca9054c (patch)
tree5fe89b287a944427f1461960acdc12a0c30f6179 /lib/libevent/Makefile
parent2bcc4edda2f3c93d0a1972f908c1408142aebf34 (diff)
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/Makefile')
-rw-r--r--lib/libevent/Makefile4
1 files changed, 1 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 || \