From 8d0eb9d13e8062625977f6b118b5e75abc41f75b Mon Sep 17 00:00:00 2001 From: grog Date: Sun, 11 Mar 2001 04:48:29 +0000 Subject: Instant server, to match instant workstation. This is a first stab at something which will be documented in the next edition of "The Complete FreeBSD". Comments welcome. --- misc/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'misc/Makefile') diff --git a/misc/Makefile b/misc/Makefile index 1d1e97fd3f4e..baa4a1cb8a09 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -70,6 +70,7 @@ SUBDIR += hello SUBDIR += heyu SUBDIR += histring + SUBDIR += instant-server SUBDIR += instant-workstation SUBDIR += iselect SUBDIR += jargon -- cgit