summaryrefslogtreecommitdiffstats
path: root/utils/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'utils/Makefile')
-rw-r--r--utils/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/utils/Makefile b/utils/Makefile
index 8c7093ce2..abec25691 100644
--- a/utils/Makefile
+++ b/utils/Makefile
@@ -1,3 +1,5 @@
+include ../Makefile.inc
+
ARCH := $(patsubst i%86,i386,$(shell uname -m))
ARCH := $(patsubst sparc%,sparc,$(ARCH))
@@ -24,6 +26,10 @@ genhdlist: genhdlist.c
install: all
mkdir -p $(DESTDIR)/usr/bin
# install -m755 -s genhdlist $(DESTDIR)/usr/bin
+ install -m755 -s trimpcitable $(RUNTIMEDIR)
+ install -m755 -s moddeps $(RUNTIMEDIR)
+ install -m755 -s filtermoddeps $(RUNTIMEDIR)
+ install -m755 -s modlist $(RUNTIMEDIR)
#
# removed genhdlist from clean line so it will be distributed on CDROM image