From c7cde912a21a69386e878fd16b17236d513c05e2 Mon Sep 17 00:00:00 2001 From: hjp Date: Wed, 29 Sep 1999 08:08:17 +0000 Subject: [PATCH] added GNUmakefile (actually a long time ago, but forgot to commit). --- rcstell/GNUmakefile | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/rcstell/GNUmakefile b/rcstell/GNUmakefile index c8beb65..c5744c3 100644 --- a/rcstell/GNUmakefile +++ b/rcstell/GNUmakefile @@ -1,10 +1,10 @@ -include GNUmakerules include GNUmakevars +include GNUmakerules -count: +rcstell: -install: $(ROOT)/usr/local/bin/rcstell \ - $(ROOT)/usr/local/bin/rcsinfo \ +install: /usr/local/bin/rcstell \ + /usr/local/bin/rcsinfo \ install_all: @@ -14,10 +14,10 @@ install_all: $(MAKE) install ROOT=/nfs/ihssv $(MAKE) install ROOT=/nfs/wsrtest -$(ROOT)/usr/local/bin/rcsinfo: $(ROOT)/usr/local/bin/rcstell +/usr/local/bin/rcsinfo: /usr/local/bin/rcstell ln -s $< $@ -$(ROOT)/usr/local/man/man8/%.8: %.man +/usr/local/man/man8/%.8: %.man $(INSTALL) $< $@ clean: