mirror of
https://github.com/opnsense/src.git
synced 2026-02-03 20:49:35 -05:00
renaming /lib/libalias_*.so.4 to /lib/libalias_*.so. Approved by: glebius Reviewed by: glebius, ru
8 lines
145 B
Makefile
8 lines
145 B
Makefile
# $FreeBSD$
|
|
|
|
.PATH: ${.CURDIR}/../../../../sys/netinet/libalias
|
|
|
|
SHLIBDIR?= /lib
|
|
LIB?= alias_${NAME}
|
|
SHLIB_NAME?=libalias_${NAME}.so
|
|
WARNS?= 1
|