1# $FreeBSD: stable/11/lib/libnetbsd/Makefile 332979 2018-04-25 01:30:29Z benno $
2
3.include <bsd.own.mk>
4
5PACKAGE=lib${LIB}
6LIB=	netbsd
7
8CFLAGS+=	-I${.CURDIR}
9
10SRCS+=	efun.c sockaddr_snprintf.c strsuftoll.c util.c util.h
11
12INTERNALLIB=
13
14.include <bsd.lib.mk>
15