mirror of
https://github.com/opnsense/src.git
synced 2026-06-19 13:39:12 -04:00
These libraries don't install anything, so they shouldn't have a PACKAGE setting. This avoids surprising behaviour in future if e.g. manpages are added to an internal library. Reported by: des Differential Revision: https://reviews.freebsd.org/D51901
11 lines
157 B
Makefile
11 lines
157 B
Makefile
.include <bsd.own.mk>
|
|
|
|
LIB= netbsd
|
|
|
|
CFLAGS+= -I${.CURDIR}
|
|
|
|
SRCS+= efun.c sockaddr_snprintf.c strsuftoll.c util.c util.h
|
|
|
|
INTERNALLIB=
|
|
|
|
.include <bsd.lib.mk>
|