diff options
Diffstat (limited to 'lib/libopenbsd/Makefile')
-rw-r--r-- | lib/libopenbsd/Makefile | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/lib/libopenbsd/Makefile b/lib/libopenbsd/Makefile new file mode 100644 index 000000000000..afb41b393fbd --- /dev/null +++ b/lib/libopenbsd/Makefile @@ -0,0 +1,15 @@ +# $FreeBSD$ + +PACKAGE=lib${LIB} +LIB= openbsd +SRCS= getdtablecount.c \ + imsg-buffer.c \ + imsg.c \ + ohash.c +INTERNALLIB= + +CFLAGS+= -I${.CURDIR} + +WARNS= 3 + +.include <bsd.lib.mk> |