mirror of
https://git.freebsd.org/ports.git
synced 2025-06-10 07:10:32 -04:00
described in FreeBSD-SA-01:49.telnetd Submitted by: kondo hiroshi <kondo@ysyslab.co.jp> PR: ports/42676
24 lines
789 B
Text
24 lines
789 B
Text
--- telnetd/Makefile.orig Mon Sep 11 22:22:51 1995
|
|
+++ telnetd/Makefile Tue Feb 1 09:20:28 2000
|
|
@@ -4,17 +4,11 @@
|
|
|
|
PROG= telnetd
|
|
|
|
-CFLAGS= -DTERMCAP -DKLUDGELINEMODE -DUSE_TERMIO -DAUTHENTICATE -DUSE_SSL \
|
|
- -DDIAGNOSTICS -DFILIO_H \
|
|
- -I../lib -I../lib/libbsd/include \
|
|
- -I$(SSLTOP)/include
|
|
+CFLAGS+= -DTERMCAP -DKLUDGELINEMODE -DUSE_TERMIO -DAUTHENTICATE -DUSE_SSL \
|
|
+ -DDIAGNOSTICS -DFILIO_H -I../lib -I../lib/libbsd/include \
|
|
+ -I$(OPENSSLINC)/openssl -I$(OPENSSLINC)
|
|
|
|
-LIBS= ../lib/libtelnet/libtelnet.a \
|
|
- ../lib/libbsd/libbsd.a \
|
|
- ../lib/libutil/libutil.a \
|
|
- $(SSLTOP)/lib/libssl.a \
|
|
- $(SSLTOP)/lib/libcrypto.a
|
|
-# $(SSLTOP)/lib/libdes.a
|
|
+LIBS= ../lib/libtelnet/libtelnet.a -lutil
|
|
|
|
OBJS= authenc.o global.o slc.o state.o sys_term.o telnetd.o \
|
|
termstat.o utility.o
|