Skip to content
Snippets Groups Projects
Commit a443dcc1 authored by Per Cederqvist's avatar Per Cederqvist
Browse files

(noinst_DATA): Added lyskomd-config.

(lyskomd-config): New target.
parent f2d52906
Branches
Tags
No related merge requests found
# $Id: Makefile.am,v 1.1 1998/07/11 23:38:16 ceder Exp $
# $Id: Makefile.am,v 1.2 1998/08/06 21:51:08 ceder Exp $
# Copyright (C) 1998 Lysator Academic Computer Association.
#
# This file is part of the LysKOM server.
......@@ -23,3 +23,14 @@
#
EXTRA_DIST = .cvsignore unix.exp
noinst_DATA = lyskomd-config
lyskomd-config: Makefile
$(RM) lyskomd-config lyskomd-config.1
# These magic numbers are also present in unix.exp.
echo 'Client port: 53262' > lyskomd-config.1
echo 'Mux port: 53263' >> lyskomd-config.1
echo 'Prefix:' `cd ..;pwd` >> lyskomd-config.1
chmod 444 lyskomd-config.1
mv lyskomd-config.1 lyskomd-config
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment