aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4d67620..632b95d 100644
--- a/Makefile
+++ b/Makefile
@@ -18,13 +18,13 @@
18PACKAGE = slackupgrade 18PACKAGE = slackupgrade
19VERSION = 1.0 19VERSION = 1.0
20 20
21SBINDIR = /sbin 21SBINDIR = /sbin
22MANDIR = /usr/man 22MANDIR = /usr/man
23MAN8DIR = $(MANDIR)/man8 23MAN8DIR = $(MANDIR)/man8
24CONFDIR = /etc/slackware-system-upgrade 24CONFDIR = /etc/$(PACKAGE)
25CONFFILES = conf/14.0-14.1.repl conf/14.1-14.2.repl 25CONFFILES = conf/14.0-14.1.repl conf/14.1-14.2.repl
26 26
27help:; 27help:;
28 @echo "Avalable targets:" 28 @echo "Avalable targets:"
29 @echo "" 29 @echo ""
30 @echo "$$ make install" 30 @echo "$$ make install"

Return to:

Send suggestions and report system problems to the System administrator.