summaryrefslogtreecommitdiffstats
path: root/pxe_wizard/Makefile
blob: 5ed6ab1cc3e9c9ce38aa6fe727b9e76d34961540 (plain)
1
2
3
4
5
6
7
8
9
10
install2:
	su -c 'make install'

clean:
	rm -rf *~
install:
	mkdir -p --mode=u=rwx,g=rx,o=rx  ${prefix}/share/wizards/pxe_wizard/images
	mkdir -p --mode=u=rwx,g=rx,o=rx  ${prefix}/$(PERL_VENDORLIB)/MDK/Wizard
	install --mode=u=rw,g=r,o=r -p *.pm ${prefix}/$(PERL_VENDORLIB)/MDK/Wizard/
#	install --mode=a=r -p ./images/*.png    ${prefix}/share/wizards/pxe_wizard/images