mirror of
https://github.com/opnsense/src.git
synced 2026-02-12 15:24:40 -05:00
14 lines
161 B
Makefile
14 lines
161 B
Makefile
# $FreeBSD$
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
PACKAGE=lib${LIB}
|
|
LIB= netbsd
|
|
|
|
CFLAGS+= -I${.CURDIR}
|
|
|
|
SRCS+= strsuftoll.c util.c util.h
|
|
|
|
INTERNALLIB=
|
|
|
|
.include <bsd.lib.mk>
|