From 43946db552ea8cd4cd3fd4f990cd888c4a313f1e Mon Sep 17 00:00:00 2001
From: rswindell <>
Date: Sat, 4 Jan 2003 05:41:49 +0000
Subject: [PATCH] Added WWIV command shell to build targets.

---
 exec/GNUmakefile | 1 +
 exec/Makefile    | 1 +
 2 files changed, 2 insertions(+)

diff --git a/exec/GNUmakefile b/exec/GNUmakefile
index ddba0648d1..c977ae1ccd 100644
--- a/exec/GNUmakefile
+++ b/exec/GNUmakefile
@@ -40,6 +40,7 @@ all : 	bullseye.bin \
 	wildcat.bin \
 	wiplogin.bin \
 	wipshell.bin \
+	wwiv.bin \
 	yesnobar.bin 
 
 %.bin : %.src $(BAJAPATH)
diff --git a/exec/Makefile b/exec/Makefile
index 46e16df749..684dfab310 100644
--- a/exec/Makefile
+++ b/exec/Makefile
@@ -36,6 +36,7 @@ all : 	bullseye.bin \
 	wildcat.bin \
 	wiplogin.bin \
 	wipshell.bin \
+	wwiv.bin \
 	yesnobar.bin 
 
 .src.bin:
-- 
GitLab