diff options
| author | Mark Murray <markm@FreeBSD.org> | 2001-08-20 12:32:45 +0000 |
|---|---|---|
| committer | Mark Murray <markm@FreeBSD.org> | 2001-08-20 12:32:45 +0000 |
| commit | 7c5a3600abed21e5a5516a63dee97c2c87214b24 (patch) | |
| tree | 921e7e69e443984b1afc0a9711e428b0fbd70b17 /secure | |
| parent | a53a9f6906a243bc8c6e4966de2cebb5a388aad2 (diff) | |
Notes
Diffstat (limited to 'secure')
| -rw-r--r-- | secure/lib/libtelnet/Makefile | 2 | ||||
| -rw-r--r-- | secure/usr.bin/telnet/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/secure/lib/libtelnet/Makefile b/secure/lib/libtelnet/Makefile index c19cfb8092a1..daf1e8123164 100644 --- a/secure/lib/libtelnet/Makefile +++ b/secure/lib/libtelnet/Makefile @@ -9,7 +9,7 @@ NOPIC= yes SRCS= genget.c getent.c misc.c encrypt.c auth.c \ enc_des.c sra.c pk.c -CFLAGS= -DHAS_CGETENT -DENCRYPTION -DDES_ENCRYPTION -DAUTHENTICATION \ +CFLAGS+= -DHAS_CGETENT -DENCRYPTION -DDES_ENCRYPTION -DAUTHENTICATION \ -DSRA -I${TELNETDIR} INCS= ${TELNETDIR}/arpa/telnet.h diff --git a/secure/usr.bin/telnet/Makefile b/secure/usr.bin/telnet/Makefile index f5fe1997d3a4..dd900b7d79f3 100644 --- a/secure/usr.bin/telnet/Makefile +++ b/secure/usr.bin/telnet/Makefile @@ -2,7 +2,7 @@ PROG= telnet -CFLAGS= -DKLUDGELINEMODE -DUSE_TERMIO -DENV_HACK -DSKEY \ +CFLAGS+= -DKLUDGELINEMODE -DUSE_TERMIO -DENV_HACK -DOPIE \ -DENCRYPTION -DAUTHENTICATION -DIPSEC -DINET6 \ -I${TELNETDIR} |
