summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 151cf87..5fb707e 100644
--- a/Makefile
+++ b/Makefile
@@ -26,7 +26,7 @@ MANDIR = /usr/share/man
VERSION = 0.5
-all: man.commons check-kernel check-kernel.1
+all: man.commons check-kernel check-kernel.conf check-kernel.1
%: %.in
sed " \
@@ -47,6 +47,7 @@ all: man.commons check-kernel check-kernel.1
install: all
install -D -m0755 check-kernel $(DESTDIR)$(BINDIR)/check-kernel
+ install -D -m0644 check-kernel.conf $(DESTDIR)$(ETCDIR)/check-kernel.conf
install -D -m0644 check-kernel.1 $(DESTDIR)$(MANDIR)/man1/check-kernel.1
clean: