diff options
| author | Marcel Moolenaar <marcel@FreeBSD.org> | 2000-01-11 10:44:37 +0000 |
|---|---|---|
| committer | Marcel Moolenaar <marcel@FreeBSD.org> | 2000-01-11 10:44:37 +0000 |
| commit | d4ab519ba89349edf6c31a04a9cc71fb782270a2 (patch) | |
| tree | 0af7564cc7e29df61499cda392c92e53bb94a569 | |
| parent | a344203d03a5393d166e6a086cbeee9d837907f6 (diff) | |
Notes
| -rw-r--r-- | Makefile.inc1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1 index 4172ea8bdc2c..7372b49c2737 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -332,7 +332,7 @@ KRNLCONFDIR= ${KRNLSRCDIR}/${MACHINE}/conf KRNLOBJDIR= ${OBJTREE}${KRNLSRCDIR} .if !defined(NOCLEAN) -CONFIGARGS= -r +CONFIGARGS+= -r .endif BUILDKERNELS= |
