mirror of
https://github.com/opnsense/src.git
synced 2026-04-02 16:05:17 -04:00
As suggested in D27598. This also supports MK_WERROR.clang=no and MK_WERROR.gcc=no to support the existing NO_WERROR.<compiler> uses. Reviewed By: brooks Differential Revision: https://reviews.freebsd.org/D27601
15 lines
260 B
Makefile
15 lines
260 B
Makefile
# $FreeBSD$
|
|
|
|
.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>
|