freebsd-dev/lib/libnetbsd/Makefile
Brooks Davis 6bea876644 Add libnetbsd, a thin compatibility layer intended to allow a limited
set of NetBSD software to compile as part of the FreeBSD build with
little or no modifiction.  It is built as a static library and not
installed for general use.  Likewise, its header files are not
installed.

Sponsored by:	DARPA, AFRL
2012-12-21 20:37:38 +00:00

14 lines
143 B
Makefile

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