summaryrefslogtreecommitdiff
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 d0bd86c..2fdd641 100644
--- a/Makefile
+++ b/Makefile
@@ -42,7 +42,7 @@ ownership.o : ownership.c version.h types.h util.h
util.o : util.c types.h util.h
$(CC) $(CFLAGS) -c $< -o $@
-install : dmidecode biosdecode
+install : all
install -m 755 dmidecode $(PREFIX)/sbin
install -m 755 biosdecode $(PREFIX)/sbin
install -m 755 ownership $(PREFIX)/sbin