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