freebsd-src/lib/libnetbsd/Makefile

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

14 lines
176 B
Makefile
Raw Normal View History

.include <bsd.own.mk>
PACKAGE=lib${LIB}
LIB= netbsd
CFLAGS+= -I${.CURDIR}
SRCS+= efun.c sockaddr_snprintf.c strsuftoll.c util.c util.h
INTERNALLIB=
.include <bsd.lib.mk>