mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
14 lines
248 B
Makefile
14 lines
248 B
Makefile
|
|
.PATH: ${SRCTOP}/sys/netinet/libalias
|
|
|
|
PACKAGE= natd
|
|
CONFS= libalias.conf
|
|
LIB= alias
|
|
SHLIBDIR?= /lib
|
|
SHLIB_MAJOR= 7
|
|
MAN= libalias.3
|
|
SRCS= alias.c alias_db.c alias_proxy.c alias_util.c alias_mod.c
|
|
INCS= alias.h
|
|
MK_WERROR= no
|
|
|
|
.include <bsd.lib.mk>
|