diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2014-02-28 22:46:55 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2014-02-28 22:46:55 +0000 |
commit | 4312afa010ce2a20c910ede03e448e5b74a5ebce (patch) | |
tree | a36de2e2f9fcb06bbd9b81e26f4646bb8a160418 /usr.bin | |
parent | dee6c9a316dc60c62a1443231b78ff70aec64b66 (diff) |
Absolutely do not override base system build features in this file!!
Discovered by miod.
Diffstat (limited to 'usr.bin')
-rw-r--r-- | usr.bin/ssh/Makefile.inc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/ssh/Makefile.inc b/usr.bin/ssh/Makefile.inc index 04e7ed98e81..d5703351fe3 100644 --- a/usr.bin/ssh/Makefile.inc +++ b/usr.bin/ssh/Makefile.inc @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.inc,v 1.43 2014/02/07 21:14:24 miod Exp $ +# $OpenBSD: Makefile.inc,v 1.44 2014/02/28 22:46:54 deraadt Exp $ .include <bsd.own.mk> @@ -37,7 +37,6 @@ CDIAGFLAGS+= -Wno-unused-parameter # Not clean for this yet #DEBUG=-g WARNINGS=yes -INSTALL_STRIP= CFLAGS+= -DENABLE_PKCS11 .ifndef NOPIC |