mirror of
https://github.com/opnsense/src.git
synced 2026-02-21 08:50:22 -05:00
14 lines
254 B
Makefile
14 lines
254 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../../sys/netinet/libalias
|
|
|
|
LIB= alias
|
|
SHLIBDIR?= /lib
|
|
SHLIB_MAJOR= 5
|
|
MAN= libalias.3
|
|
SRCS= alias.c alias_db.c alias_proxy.c alias_util.c alias_old.c alias_mod.c
|
|
INCS= alias.h
|
|
WARNS?= 6
|
|
NO_WERROR=
|
|
|
|
.include <bsd.lib.mk>
|