mirror of
https://github.com/opnsense/src.git
synced 2026-03-23 03:03:09 -04:00
This leveages CONFS to handle the install. Approved by: re (blanket, pkgbase), bapt (mentor) Differential Revision: https://reviews.freebsd.org/D17218
15 lines
261 B
Makefile
15 lines
261 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${SRCTOP}/sys/netinet/libalias
|
|
|
|
CONFS= libalias.conf
|
|
PACKAGE=lib${LIB}
|
|
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
|
|
NO_WERROR=
|
|
|
|
.include <bsd.lib.mk>
|