summaryrefslogtreecommitdiff
path: root/dbm/include/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'dbm/include/Makefile')
-rw-r--r--dbm/include/Makefile28
1 files changed, 28 insertions, 0 deletions
diff --git a/dbm/include/Makefile b/dbm/include/Makefile
new file mode 100644
index 000000000..bddcfa50d
--- /dev/null
+++ b/dbm/include/Makefile
@@ -0,0 +1,28 @@
+#! gmake
+
+DEPTH = ../..
+
+MODULE = dbm
+
+EXPORTS = nsres.h \
+ cdefs.h \
+ mcom_db.h \
+ ncompat.h \
+ winfile.h \
+ $(NULL)
+
+PRIVATE_EXPORTS = hsearch.h \
+ page.h \
+ extern.h \
+ ndbm.h \
+ queue.h \
+ hash.h \
+ mpool.h \
+ search.h \
+ $(NULL)
+
+
+include $(DEPTH)/config/rules.mk
+
+
+