diff options
| author | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-11-07 11:02:33 +0000 |
|---|---|---|
| committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-11-07 11:02:33 +0000 |
| commit | 3e4f384ed293f2f1d7a099d6fa652f414ee45a97 (patch) | |
| tree | 0fd2d3a4c334f196b901e4e32fd6cc566b269fa5 /lib/libopenbsd/Makefile | |
| parent | 5f3d3dac66f7b1537458a1d786e06e661b917662 (diff) | |
| parent | fa32340b9f0ef5ae09df26328e8510ef1eef3a6b (diff) | |
Notes
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> |
