diff options
| author | Ed Maste <emaste@FreeBSD.org> | 2020-05-28 22:05:50 +0000 |
|---|---|---|
| committer | Ed Maste <emaste@FreeBSD.org> | 2020-05-28 22:05:50 +0000 |
| commit | c5ea81f7a6786e7398678551e7d26d5b628c4caa (patch) | |
| tree | b2eb3c15add478f59f4653e76112135fbff69186 /lib/libevent | |
| parent | 0d0f3cdf587b2a3d1249401bbb03a1d7d0ca4ba9 (diff) | |
Notes
Diffstat (limited to 'lib/libevent')
| -rw-r--r-- | lib/libevent/Makefile | 31 | ||||
| -rw-r--r-- | lib/libevent/Makefile.depend | 16 |
2 files changed, 0 insertions, 47 deletions
diff --git a/lib/libevent/Makefile b/lib/libevent/Makefile deleted file mode 100644 index 1618d0199ef62..0000000000000 --- a/lib/libevent/Makefile +++ /dev/null @@ -1,31 +0,0 @@ -# $FreeBSD$ - -PACKAGE=lib${LIB} -.PATH: ${SRCTOP}/contrib/pf/libevent - -.include <src.opts.mk> - -LIB= event -SHLIB_MAJOR= 1 -PRIVATELIB= - -SRCS= buffer.c evbuffer.c event.c kqueue.c log.c poll.c select.c signal.c -INCS= event.h - -CFLAGS+= -I${.CURDIR} \ - -DHAVE_CLOCK_GETTIME \ - -DHAVE_FCNTL_H \ - -DHAVE_POLL \ - -DHAVE_SELECT \ - -DHAVE_SETFD \ - -DHAVE_STDARG_H \ - -DHAVE_SYS_IOCTL_H \ - -DHAVE_SYS_TIME_H \ - -DHAVE_UNISTD_H \ - -DHAVE_VASPRINTF \ - -DHAVE_WORKING_KQUEUE \ - -DVERSION='"1.3b"' - -WARNS?= 2 - -.include <bsd.lib.mk> diff --git a/lib/libevent/Makefile.depend b/lib/libevent/Makefile.depend deleted file mode 100644 index 8d409f5263acd..0000000000000 --- a/lib/libevent/Makefile.depend +++ /dev/null @@ -1,16 +0,0 @@ -# $FreeBSD$ -# Autogenerated - do NOT edit! - -DIRDEPS = \ - include \ - include/xlocale \ - lib/${CSU_DIR} \ - lib/libc \ - lib/libcompiler_rt \ - - -.include <dirdeps.mk> - -.if ${DEP_RELDIR} == ${_DEP_RELDIR} -# local dependencies - needed for -jN in clean tree -.endif |
