mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
7d2dd70a77
Assisted by: Jim Bloom <bloom@acm.org>
13 lines
467 B
Plaintext
13 lines
467 B
Plaintext
--- lib/libtelnet/Makefile.orig Sat Aug 2 01:31:37 1997
|
|
+++ lib/libtelnet/Makefile Tue Feb 1 09:00:38 2000
|
|
@@ -12,8 +12,7 @@
|
|
#CFLAGS= -DENCRYPT -DAUTHENTICATE -DSRA -DUSE_SSL -DDES_ENCRYPTION \
|
|
#-I../libbsd/include -I../libpk
|
|
|
|
-CFLAGS= -DAUTHENTICATE -DUSE_SSL \
|
|
--I../libbsd/include -I$(SSLTOP)/include -I../libpk -g
|
|
+CFLAGS+= -DAUTHENTICATE -DUSE_SSL -I$(OPENSSLINC)/openssl -I../libbsd/include
|
|
|
|
lib${LIB}.a: ${OBJS}
|
|
echo building standard ${LIB} library
|