summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 143793d9..9a56411c 100644
--- a/Makefile
+++ b/Makefile
@@ -29,6 +29,7 @@ install: all
install -m755 menus_launcher.pl $(DESTDIR)/usr/sbin/
install -m755 print_launcher.pl $(DESTDIR)/usr/sbin/
install -m755 drakxconf $(DESTDIR)/usr/sbin/
+ install -m755 mdkwebadmin.pl $(DESTDIR)/usr/bin/
install -m644 COPYING $(DESTDIR)/usr/share/doc/$(NAME)-$(VERSION)/
for d in $(SUBDIRS); do ( cd $$d ; make $@ ) ; done