opnsense-src/lib/libnetbsd/Makefile
Franco Fichtner eb99233983 src: clean-cut move to release/11.0.0
Taken from: FreeBSD
Commit ref: d508cb8c8f
2016-10-03 12:28:21 +02:00

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>