mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
30 lines
890 B
Plaintext
30 lines
890 B
Plaintext
*** Makefile.in.bak Mon Jan 16 17:59:20 1995
|
|
--- Makefile.in Wed Jan 18 04:13:40 1995
|
|
***************
|
|
*** 20,26 ****
|
|
ETCSCREENRC = `sed < config.h -n -e '/define ETCSCREENRC/s/^.*"\([^"]*\)"/\1/p'`
|
|
|
|
CC = @CC@
|
|
- CFLAGS = -O
|
|
LDFLAGS =
|
|
LIBS = @LIBS@
|
|
|
|
--- 20,25 ----
|
|
***************
|
|
*** 79,85 ****
|
|
|
|
install: install_bin
|
|
cd doc ; $(MAKE) install
|
|
! -tic ${srcdir}/terminfo/screeninfo.src
|
|
# Better do this by hand. E.g. under RCS...
|
|
# cat ${srcdir}/terminfo/screencap >> /etc/termcap
|
|
@echo "termcap entry (${srcdir}/terminfo/screencap) should be installed manually."
|
|
--- 78,84 ----
|
|
|
|
install: install_bin
|
|
cd doc ; $(MAKE) install
|
|
! # -tic ${srcdir}/terminfo/screeninfo.src
|
|
# Better do this by hand. E.g. under RCS...
|
|
# cat ${srcdir}/terminfo/screencap >> /etc/termcap
|
|
@echo "termcap entry (${srcdir}/terminfo/screencap) should be installed manually."
|