diff options
author | markm <markm@FreeBSD.org> | 2001-08-20 12:32:45 +0000 |
---|---|---|
committer | markm <markm@FreeBSD.org> | 2001-08-20 12:32:45 +0000 |
commit | e909686930929768702152535e217838f53d33bd (patch) | |
tree | 921e7e69e443984b1afc0a9711e428b0fbd70b17 /secure/lib/libtelnet/Makefile | |
parent | 340d41bc1067cc2a534c1159b5faba2b3970bf59 (diff) | |
download | FreeBSD-src-e909686930929768702152535e217838f53d33bd.zip FreeBSD-src-e909686930929768702152535e217838f53d33bd.tar.gz |
Diff reduce all the crypto telnet Makefiles.
Diffstat (limited to 'secure/lib/libtelnet/Makefile')
-rw-r--r-- | secure/lib/libtelnet/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/secure/lib/libtelnet/Makefile b/secure/lib/libtelnet/Makefile index c19cfb8..daf1e81 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 |