summaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>1997-11-22 15:25:01 +0000
committerPeter Wemm <peter@FreeBSD.org>1997-11-22 15:25:01 +0000
commitb789060cb31a158bd26f1ca1550ff2a3d64fd8f9 (patch)
tree6f61c73e5dac05fc758012c2dac6430f890c76cb /comms
parentDamn, I forgot to regenerate this patch file prior to commit... (diff)
Make it a bit easier to override the compiled-in "default" host for the
console(8) client. (The default is OK since it's a command-line option). Also, list the MAN?= entries :-]
Notes
Notes: svn path=/head/; revision=8759
Diffstat (limited to 'comms')
-rw-r--r--comms/conserver/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/comms/conserver/Makefile b/comms/conserver/Makefile
index 4161086bb697..91cbdf1744e7 100644
--- a/comms/conserver/Makefile
+++ b/comms/conserver/Makefile
@@ -3,7 +3,7 @@
# Date created: 22 November 1997
# Whom: Peter Wemm <peter@netplex.com.au>
#
-# $Id$
+# $Id: Makefile,v 1.1 1997/11/22 14:56:02 peter Exp $
#
DISTNAME= conserver-5.21-Beta
@@ -20,9 +20,13 @@ EXTRACT_BEFORE_ARGS=
EXTRACT_AFTER_ARGS= |sh
NO_WRKSUBDIR= yes
NO_CONFIGURE= yes
+MAN5= conserver.cf.5
+MAN8= console.8 conserver.8
# Set this to where you want console(8) to connect to by default
-MAKE_ENV+= DEFAULTHOST="localhost"
+# or use something like ``make DEFAULTHOST=myserver.mydomain.net''
+DEFAULTHOST?= localhost
+MAKE_ENV+= DEFAULTHOST="${DEFAULTHOST}"
post-extract:
cp ${FILESDIR}/Makefile ${WRKSRC}