summaryrefslogtreecommitdiffstats
path: root/loader2/Makefile
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2004-06-04 18:23:33 +0000
committerJeremy Katz <katzj@redhat.com>2004-06-04 18:23:33 +0000
commitd448d25975a31d5215f92dd69779b38d316da5e4 (patch)
tree8b13bed92996100c29a6243dd0481371ff3746d8 /loader2/Makefile
parent863c7e14f41c564a2fc81c69f6a3af837965020f (diff)
downloadanaconda-d448d25975a31d5215f92dd69779b38d316da5e4.tar.gz
anaconda-d448d25975a31d5215f92dd69779b38d316da5e4.tar.xz
anaconda-d448d25975a31d5215f92dd69779b38d316da5e4.zip
add a newt-based file selector that's probably slightly over-engineered for
my purposes
Diffstat (limited to 'loader2/Makefile')
-rw-r--r--loader2/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/loader2/Makefile b/loader2/Makefile
index 184270dc0..f59f2c92d 100644
--- a/loader2/Makefile
+++ b/loader2/Makefile
@@ -144,6 +144,9 @@ install: all
install -m 644 module-info $(DESTDIR)/$(RUNTIMEDIR)/loader
install -m 644 font.bgf.gz $(DESTDIR)/$(RUNTIMEDIR)/loader
+dirbrowser:
+ gcc -DSTANDALONE -Wall -Werror -ggdb -o dirbrowser dirbrowser.c -lnewt -lslang
+
ifeq (.depend,$(wildcard .depend))
include .depend
endif