diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-09-28 22:48:59 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-09-28 22:48:59 +0000 |
commit | d7d8019b80e93202003c251c28724fd4823dda89 (patch) | |
tree | d10258e1ed7fe880c5aac05ae899a9cb55164736 | |
parent | 9ecbe5d84e07480c1ecabd04f091762a2e927b0e (diff) |
+=
-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 |