mirror of
https://github.com/opnsense/src.git
synced 2026-03-14 06:35:31 -04:00
14 lines
143 B
Makefile
14 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>
|