]> git.ozlabs.org Git - petitboot/blobdiff - Makefile.in
Fix nc-cui comment
[petitboot] / Makefile.in
index e537e9db7251ac54e361348d9c746481cfe482b8..01771dbf5396c5c7bb24fc652253aa6ce6fc8e5d 100644 (file)
@@ -11,11 +11,17 @@ DEFS = @DEFS@
 CPPFLAGS = @CPPFLAGS@ $(DEFS)
 
 # dependencies
+PBTWIN = @PBTWIN@
+LIBTWIN = @LIBTWIN@
 twin_CFLAGS = @twin_CFLAGS@
 twin_LDFLAGS = @twin_LIBS@
 
+# build target
+ENABLE_PS3 = @ENABLE_PS3@
+
 # other programs
 INSTALL = @INSTALL@
+SHELL = @SHELL@
 
 # paths
 prefix = @prefix@
@@ -24,6 +30,7 @@ sbindir = @sbindir@
 datarootdir = @datarootdir@
 datadir = @datadir@
 pkgdatadir = ${datadir}/${PACKAGE}
+localstatedir = @localstatedir@
 builddir = @builddir@
 srcdir = @srcdir@
 top_srcdir = @top_srcdir@