mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-07 13:14:51 +00:00
f5b9907c86
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>
|