diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2020-04-30 22:08:40 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2020-04-30 22:08:40 +0000 |
| commit | 371f3da616598f7bcd14e26b54c7b2c96ec9bbd7 (patch) | |
| tree | 00f1b88102111e229fe23a82c521226b5dcccf90 /lib/libc/db/mpool | |
| parent | de1ca573862d591616142b50d5c3966a05c7b089 (diff) | |
Notes
Diffstat (limited to 'lib/libc/db/mpool')
| -rw-r--r-- | lib/libc/db/mpool/Makefile.inc | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/lib/libc/db/mpool/Makefile.inc b/lib/libc/db/mpool/Makefile.inc index 76ec0ebe5cd2..bd57a65e1f06 100644 --- a/lib/libc/db/mpool/Makefile.inc +++ b/lib/libc/db/mpool/Makefile.inc @@ -3,7 +3,5 @@ .PATH: ${LIBC_SRCTOP}/db/mpool -SRCS+= mpool.c -.if ${MK_SYMVER} == yes -SRCS+= mpool-compat.c -.endif +SRCS+= mpool.c \ + mpool-compat.c |
