From ee1996f1ffb480a0a48d966c737bef9f80a4c37a Mon Sep 17 00:00:00 2001
From: Per Cederqvist <ceder@lysator.liu.se>
Date: Fri, 13 Sep 1991 15:40:17 +0000
Subject: [PATCH] Added an empty database for the distribution.

---
 Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Makefile b/Makefile
index 94f46a324..c9d172381 100644
--- a/Makefile
+++ b/Makefile
@@ -60,6 +60,8 @@ distribution: clean
 	cp -r src/libraries/libmisc lyskom-$(SERVER-VER)/src/libraries
 	cp -r src/server lyskom-$(SERVER-VER)/src
 	cp -r src/include lyskom-$(SERVER-VER)/src/include
+	cp -r db-crypt lyskom-$(SERVER-VER)
+	cp -r db-nocrypt lyskom-$(SERVER-VER)
 	find lyskom-$(SERVER-VER) -name CVS.adm -print -exec rm -rf {} \; -prune
 	tar cvf lyskom-$(SERVER-VER).tar lyskom-$(SERVER-VER)
 	$(RM) lyskom-$(SERVER-VER).tar.Z
-- 
GitLab