mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
524739d401
XXXtgetent from original PR fixed PR: 12279 Submitted by: Issei Suzuki <issei@issei.org>
11 lines
414 B
Plaintext
11 lines
414 B
Plaintext
--- lib/sshreadline/Makefile.in.orig Tue May 11 17:35:03 1999
|
|
+++ lib/sshreadline/Makefile.in Fri Jun 18 16:02:51 1999
|
|
@@ -108,7 +108,6 @@
|
|
INCLUDES = -I$(srcdir) -I. -I../.. \
|
|
-I$(top_builddir) -I$(top_srcdir) \
|
|
-I../sshmath -I$(srcdir)/../sshmath \
|
|
- -I../zlib -I$(srcdir)/../zlib \
|
|
-I../sshutil -I$(srcdir)/../sshutil
|
|
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|
|
CONFIG_HEADER = ../../sshconf.h
|