mirror of
https://github.com/opnsense/src.git
synced 2026-02-18 18:20:26 -05:00
13 lines
176 B
Makefile
13 lines
176 B
Makefile
|
|
.include <bsd.own.mk>
|
|
|
|
PACKAGE=lib${LIB}
|
|
LIB= netbsd
|
|
|
|
CFLAGS+= -I${.CURDIR}
|
|
|
|
SRCS+= efun.c sockaddr_snprintf.c strsuftoll.c util.c util.h
|
|
|
|
INTERNALLIB=
|
|
|
|
.include <bsd.lib.mk>
|