mirror of
https://github.com/opnsense/src.git
synced 2026-04-05 01:15:30 -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>
|