summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>1999-09-28 22:48:58 +0000
committerderaadt <deraadt@openbsd.org>1999-09-28 22:48:58 +0000
commit672bb47eaa4788f9b3b79f727ec86768f531b38b (patch)
tree42bb445f1ae0af9e6b58fdc2528296ef820700b4
parentNail down semantics in case of failure. (diff)
downloadwireguard-openbsd-672bb47eaa4788f9b3b79f727ec86768f531b38b.tar.xz
wireguard-openbsd-672bb47eaa4788f9b3b79f727ec86768f531b38b.zip
+=
-rw-r--r--usr.bin/ssh/Makefile.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/ssh/Makefile.inc b/usr.bin/ssh/Makefile.inc
index edbb0c94f6b..6a53bcddb54 100644
--- a/usr.bin/ssh/Makefile.inc
+++ b/usr.bin/ssh/Makefile.inc
@@ -1,3 +1,3 @@
-CFLAGS= -I${.OBJDIR} -I${.CURDIR}/..
+CFLAGS+= -I${.OBJDIR} -I${.CURDIR}/..
USER_SHELLS = sh jsh ksh csh tcsh bash zsh ash