mirror of
https://github.com/netbirdio/FreeBSD-ports.git
synced 2026-05-22 18:42:42 -07:00
7 lines
179 B
Makefile
7 lines
179 B
Makefile
SHLIB_NAME= libnetty_transport_native_kqueue_%%NETTY_ARCH%%.so
|
|
SRCS!= ls *.c
|
|
INCS!= ls *.h
|
|
CFLAGS+= -I%%JAVA_HOME%%/include -I%%JAVA_HOME%%/include/freebsd
|
|
|
|
.include <bsd.lib.mk>
|