bcdbf395bf
Submitted by: Lohith Bellad <lohithbsd@gmail.com> Reviewed by: hiren (earlier rev), ae Obtained from: NetBSD MFC after: 1 week Relnotes: yes Sponsored by: Dell EMC Differential Revision: https://reviews.freebsd.org/D9365
15 lines
181 B
Makefile
15 lines
181 B
Makefile
# $FreeBSD$
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
PACKAGE=lib${LIB}
|
|
LIB= netbsd
|
|
|
|
CFLAGS+= -I${.CURDIR}
|
|
|
|
SRCS+= sockaddr_snprintf.c strsuftoll.c util.c util.h
|
|
|
|
INTERNALLIB=
|
|
|
|
.include <bsd.lib.mk>
|