diff options
author | 2015-04-06 09:05:32 +0000 | |
---|---|---|
committer | 2015-04-06 09:05:32 +0000 | |
commit | 9421b51d23df1bf9a37956ca21fdcfdcdd20c9e6 (patch) | |
tree | 37ca1b58fc078b86816e64dd26e963c67f39cbf3 /lib/libc/db/hash | |
parent | Add get_user() and put_user() compatibility interfaces and use them. (diff) | |
download | wireguard-openbsd-9421b51d23df1bf9a37956ca21fdcfdcdd20c9e6.tar.xz wireguard-openbsd-9421b51d23df1bf9a37956ca21fdcfdcdd20c9e6.zip |
tidy up by inlining next level included makefiles
ok deraadt guenther
Diffstat (limited to 'lib/libc/db/hash')
-rw-r--r-- | lib/libc/db/hash/Makefile.inc | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/libc/db/hash/Makefile.inc b/lib/libc/db/hash/Makefile.inc deleted file mode 100644 index 5825ef8c976..00000000000 --- a/lib/libc/db/hash/Makefile.inc +++ /dev/null @@ -1,6 +0,0 @@ -# $OpenBSD: Makefile.inc,v 1.5 2004/06/24 04:43:33 millert Exp $ - -.PATH: ${LIBCSRCDIR}/db/hash - -SRCS+= hash.c hash_bigkey.c hash_buf.c hash_func.c hash_log2.c \ - hash_page.c ndbm.c |