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/mpool | |
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/mpool')
-rw-r--r-- | lib/libc/db/mpool/Makefile.inc | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/libc/db/mpool/Makefile.inc b/lib/libc/db/mpool/Makefile.inc deleted file mode 100644 index 2e8eaf54761..00000000000 --- a/lib/libc/db/mpool/Makefile.inc +++ /dev/null @@ -1,5 +0,0 @@ -# $OpenBSD: Makefile.inc,v 1.3 1998/11/20 11:18:36 d Exp $ - -.PATH: ${LIBCSRCDIR}/db/mpool - -SRCS+= mpool.c |