mirror of
https://github.com/opnsense/src.git
synced 2026-02-21 00:40:33 -05:00
the toplevel directory. This does not change any WARNS level and survives a make universe. Approved by: ed (co-mentor)
13 lines
232 B
Makefile
13 lines
232 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../../sys/netinet/libalias
|
|
|
|
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>
|