mirror of
https://github.com/opnsense/src.git
synced 2026-02-12 07:14:14 -05:00
set of NetBSD software to compile as part of the FreeBSD build with little or no modifiction. It is built as a static library and not installed for general use. Likewise, its header files are not installed. Sponsored by: DARPA, AFRL
13 lines
143 B
Makefile
13 lines
143 B
Makefile
# $FreeBSD$
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
LIB= netbsd
|
|
|
|
CFLAGS+= -I${.CURDIR}
|
|
|
|
SRCS+= strsuftoll.c util.c util.h
|
|
|
|
INTERNALLIB=
|
|
|
|
.include <bsd.lib.mk>
|