1 --- src/Makefile.orig 2005-09-13 02:11:17.000000000 -0700
2 +++ src/Makefile 2007-09-02 11:06:42.000000000 -0700
4 # you may want to change this to point to your ncurses include directory
5 # if the ncurses include files are not in the default location.
7 -INCLUDEDIR = -I/usr/include/ncurses -I../support
8 +INCLUDEDIR = $(CPPFLAGS) -I../support
10 # You can uncomment this one to disable the backspace key in input fields.
11 # This means you must use the Del key or Ctrl+H combination to erase the
16 - $(CC) $(CFLAGS) $(DIRS) $(INCLUDEDIR) $(VERSION) $(PLATFORM) $(PROF) $(DEBUG) $(EXECPERM) $(BSSETTING) -c -o $*.o $<
17 + $(CC) $(CFLAGS) $(DIRS) $(INCLUDEDIR) $(VERSION) $(PLATFORM) $(PROF) $(DEBUG) $(EXECPERM) $(BSSETTING) -c $<
19 rvnamed: rvnamed.o getpath.o
20 $(CC) $(LDOPTS) $(PROF) -o rvnamed rvnamed.o getpath.o