]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - lib/libnetbsd/Makefile
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / lib / libnetbsd / Makefile
1 # $FreeBSD$
2
3 .include <bsd.own.mk>
4
5 LIB=    netbsd
6
7 CFLAGS+=        -I${.CURDIR}
8
9 SRCS+=  strsuftoll.c util.c util.h
10
11 INTERNALLIB=
12
13 .include <bsd.lib.mk>