summaryrefslogtreecommitdiffstats
path: root/usr.bin/telnet/Makefile
diff options
context:
space:
mode:
authorcsgr <csgr@FreeBSD.org>1994-08-27 15:46:29 +0000
committercsgr <csgr@FreeBSD.org>1994-08-27 15:46:29 +0000
commitc009f27dba57cd220ee4854c6efa4665c8d1beb4 (patch)
treed0be3cc4edbbabd31fd9689f7c056927151c1426 /usr.bin/telnet/Makefile
parent109e9ae764615304685c48a081c80390ed957586 (diff)
downloadFreeBSD-src-c009f27dba57cd220ee4854c6efa4665c8d1beb4.zip
FreeBSD-src-c009f27dba57cd220ee4854c6efa4665c8d1beb4.tar.gz
Fix big f*ckup by doing "make nocrypt"
(Don't think I don't realize what a big f*ckup this was.) Submitted by: geoff.
Diffstat (limited to 'usr.bin/telnet/Makefile')
-rw-r--r--usr.bin/telnet/Makefile14
1 files changed, 0 insertions, 14 deletions
diff --git a/usr.bin/telnet/Makefile b/usr.bin/telnet/Makefile
index 1c8bd26..fee9815 100644
--- a/usr.bin/telnet/Makefile
+++ b/usr.bin/telnet/Makefile
@@ -56,18 +56,4 @@ NOCRYPT_DIR=${.CURDIR}/Nocrypt
.include <bsd.prog.mk>
nocrypt:
-#ifdef ENCRYPTION
- @for i in ${CRYPT_SRC}; do \
- if [ ! -d ${NOCRYPT_DIR} ]; then \
- echo Creating subdirectory ${NOCRYPT_DIR}; \
- mkdir ${NOCRYPT_DIR}; \
- fi; \
- echo ${NOCRYPT_DIR}/$$i; \
- unifdef -UENCRYPTION ${.CURDIR}/$$i | \
- sed "s/ || defined(ENCRYPTION)//" > ${NOCRYPT_DIR}/$$i; \
- done
-
-placeholder:
-#else /* ENCRYPTION */
@echo "Encryption code already removed."
-#endif /* ENCRYPTION */
OpenPOWER on IntegriCloud