diff options
Diffstat (limited to 'db/Makefile')
-rw-r--r-- | db/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/db/Makefile b/db/Makefile index 2c678dfaa6..e5a60557dc 100644 --- a/db/Makefile +++ b/db/Makefile @@ -25,6 +25,9 @@ distribute := compat.h \ hash/extern.h hash/hash.h hash/page.h \ recno/extern.h recno/recno.h +others := makedb +install-bin := makedb + include ../Rules CPPFLAGS += -D__DBINTERFACE_PRIVATE @@ -35,3 +38,5 @@ CFLAGS-hash_func.c := -Wno-unused # The db code outsmarts the compiler frequently. override CFLAGS += -Wno-uninitialized + +$(objpfx)makedb: -ldb |