diff options
Diffstat (limited to 'lib/libnetbsd/Makefile')
-rw-r--r-- | lib/libnetbsd/Makefile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/lib/libnetbsd/Makefile b/lib/libnetbsd/Makefile new file mode 100644 index 0000000..09c6985 --- /dev/null +++ b/lib/libnetbsd/Makefile @@ -0,0 +1,13 @@ +# $FreeBSD$ + +.include <bsd.own.mk> + +LIB= netbsd + +CFLAGS+= -I${.CURDIR} + +SRCS+= strsuftoll.c util.c util.h + +INTERNALLIB= + +.include <bsd.lib.mk> |