diff options
Diffstat (limited to 'lib/libopenbsd/Makefile')
| -rw-r--r-- | lib/libopenbsd/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/libopenbsd/Makefile b/lib/libopenbsd/Makefile new file mode 100644 index 000000000000..33b9ff0874cb --- /dev/null +++ b/lib/libopenbsd/Makefile @@ -0,0 +1,9 @@ +# $FreeBSD$ + +LIB= openbsd +SRCS= ohash.c +INTERNALLIB= + +WARNS= 3 + +.include <bsd.lib.mk> |
