summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorOlivier Blin <oblin@mandriva.org>2005-09-14 18:51:41 +0000
committerOlivier Blin <oblin@mandriva.org>2005-09-14 18:51:41 +0000
commit8c62ca9048e19f891418b4857755e01831ec74af (patch)
tree4505d43165561f5a3f29d360c80f084a235385bf /Makefile
parent98c8932afd177f67db510de22c97a1f3848430ba (diff)
downloaddrakpxelinux-8c62ca9048e19f891418b4857755e01831ec74af.tar
drakpxelinux-8c62ca9048e19f891418b4857755e01831ec74af.tar.gz
drakpxelinux-8c62ca9048e19f891418b4857755e01831ec74af.tar.bz2
drakpxelinux-8c62ca9048e19f891418b4857755e01831ec74af.tar.xz
drakpxelinux-8c62ca9048e19f891418b4857755e01831ec74af.zip
add http server files in dist
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 3dd825d..0386254 100644
--- a/Makefile
+++ b/Makefile
@@ -25,7 +25,9 @@ install: all
install -d $(RPM_BUILD_ROOT)/etc/xinetd.d
install -s -m755 $(PACKAGE).pl $(RPM_BUILD_ROOT)/usr/sbin/drakpxelinux
install -m755 deployd.sh $(RPM_BUILD_ROOT)/usr/sbin/deployd
+ install -m755 deploy_get_autoinst.pl $(RPM_BUILD_ROOT)/usr/sbin/deploy_get_autoinst.pl
install -m644 deployd.xinetd $(RPM_BUILD_ROOT)/etc/xinetd.d/deployd
+ install -m644 deploy_get_autoinst.xinetd $(RPM_BUILD_ROOT)/etc/xinetd.d/deploy_get_autoinst
# for d in $(SUBDIRS); do ( cd $$d ; make $@ ) ; done
# rules to build a test rpm