diff options
author | 2004-05-02 18:12:36 +0000 | |
---|---|---|
committer | 2004-05-02 18:12:36 +0000 | |
commit | 695cb293c7fb07a8c91b750eef129894d734d6dc (patch) | |
tree | 04884011ae29eca4fce487216893084320c1e89a /lib | |
parent | Sync (diff) | |
download | wireguard-openbsd-695cb293c7fb07a8c91b750eef129894d734d6dc.tar.xz wireguard-openbsd-695cb293c7fb07a8c91b750eef129894d734d6dc.zip |
Do not define NOTE_EOF in CFLAGS. ok millert@
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libevent/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/libevent/Makefile b/lib/libevent/Makefile index 8e16474e2f1..e69d90a3b63 100644 --- a/lib/libevent/Makefile +++ b/lib/libevent/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.8 2004/04/28 06:53:12 brad Exp $ +# $OpenBSD: Makefile,v 1.9 2004/05/02 18:12:36 miod Exp $ LIB= event SRCS= buffer.c evbuffer.c event.c kqueue.c poll.c select.c signal.c @@ -25,8 +25,7 @@ CFLAGS+= -I${.CURDIR} \ -DHAVE_POLL \ -DHAVE_SYS_TIME_H \ -DHAVE_STDARG_H \ - -DHAVE_UNISTD_H \ - -DNOTE_EOF + -DHAVE_UNISTD_H NOPIC= |