mirror of
https://git.freebsd.org/ports.git
synced 2025-07-04 02:49:14 -04:00
13 lines
488 B
Text
13 lines
488 B
Text
--- lib/libtelnet/Makefile.orig Sat Aug 2 01:31:37 1997
|
|
+++ lib/libtelnet/Makefile Sun Feb 20 17:31:46 2000
|
|
@@ -12,8 +12,8 @@
|
|
#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 \
|
|
+ -I$(OPENSSLINC)
|
|
|
|
lib${LIB}.a: ${OBJS}
|
|
echo building standard ${LIB} library
|