mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
c7159045d6
and certification mechanism. PR: ports/6182 Submitted by: Issei Suzuki <issei@t-cnet.or.jp
10 lines
319 B
Plaintext
10 lines
319 B
Plaintext
--- ../../SSLtelnet-0.11/lib/libbsd/Makefile Fri Jun 30 09:05:37 1995
|
|
+++ ./lib/libbsd/Makefile Sun Mar 29 14:31:30 1998
|
|
@@ -1,5 +1,5 @@
|
|
LIB= bsd
|
|
-CFLAGS= -DLIBC_SCCS -I../../include
|
|
+CFLAGS+= -DLIBC_SCCS -I$(PREFIX)/include
|
|
OBJS= getenv.o herror.o setenv.o strerror.o getpass.o inet_addr.o
|
|
|
|
lib${LIB}.a: ${OBJS}
|