blob: 47da4256fe0f0189ee52ee66148f1bdaea49bb7d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- 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
|