diff options
| author | 1999-09-28 22:48:58 +0000 | |
|---|---|---|
| committer | 1999-09-28 22:48:58 +0000 | |
| commit | 672bb47eaa4788f9b3b79f727ec86768f531b38b (patch) | |
| tree | 42bb445f1ae0af9e6b58fdc2528296ef820700b4 | |
| parent | Nail down semantics in case of failure. (diff) | |
| download | wireguard-openbsd-672bb47eaa4788f9b3b79f727ec86768f531b38b.tar.xz wireguard-openbsd-672bb47eaa4788f9b3b79f727ec86768f531b38b.zip | |
+=
| -rw-r--r-- | usr.bin/ssh/Makefile.inc | 2 |
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 |
