]> git.ozlabs.org Git - petitboot/blobdiff - Makefile.in
pb-event: Add help message
[petitboot] / Makefile.in
index 01771dbf5396c5c7bb24fc652253aa6ce6fc8e5d..23135aa836d06d83ed0347043a346432697bcadc 100644 (file)
@@ -21,7 +21,12 @@ ENABLE_PS3 = @ENABLE_PS3@
 
 # other programs
 INSTALL = @INSTALL@
+INSTALL_DATA = @INSTALL_DATA@
+INSTALL_PROGRAM = @INSTALL_PROGRAM@
+INSTALL_SCRIPT = @INSTALL_SCRIPT@
+INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 SHELL = @SHELL@
+STRIP = @STRIP@
 
 # paths
 prefix = @prefix@
@@ -34,5 +39,6 @@ localstatedir = @localstatedir@
 builddir = @builddir@
 srcdir = @srcdir@
 top_srcdir = @top_srcdir@
+mandir = @mandir@
 
 include $(top_srcdir)/rules.mk