mirror of
https://git.freebsd.org/ports.git
synced 2025-05-06 02:47:37 -04:00
6 lines
179 B
Makefile
6 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>
|