183fe8021a
from the site results in a redirect to "missing.html"...
20 lines
592 B
Text
20 lines
592 B
Text
--- Makefile.in.orig Thu Sep 24 18:41:31 1998
|
|
+++ Makefile.in Thu Oct 14 15:38:52 1999
|
|
@@ -7,6 +7,7 @@
|
|
|
|
CC = @CC@
|
|
CFLAGS = @CFLAGS@
|
|
+CFLAGS += -I${LOCALBASE}/include # for ncurses.h
|
|
LDFLAGS = @LDFLAGS@
|
|
LIBS = @LIBS@
|
|
DEFS = @DEFS@
|
|
@@ -39,7 +40,5 @@
|
|
rm -f Makefile config.cache config.status config.log
|
|
|
|
install: $(PRODUCT)
|
|
- $(INSTALL) -d -m 755 $(bindir)
|
|
- $(INSTALL) -s -m 755 -o root $(PRODUCT) $(bindir)
|
|
- $(INSTALL) -d -m 755 $(mandir)
|
|
- $(INSTALL) -m 644 -o root $(PRODUCT).1 $(mandir)
|
|
+ $(BSD_INSTALL_PROGRAM) $(PRODUCT) $(bindir)
|
|
+ $(BSD_INSTALL_DATA) $(PRODUCT).1 $(mandir)
|