diff options
| author | Warner Losh <imp@FreeBSD.org> | 2014-05-10 16:39:08 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2014-05-10 16:39:08 +0000 |
| commit | e8bad5dc64783d1b4c9d243414c440aba43d5491 (patch) | |
| tree | 0c3385696793da898abae31df689fa38409c4214 /Makefile | |
| parent | b8fffe166dee826100722fefefdcf6dd73bd194f (diff) | |
Notes
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -450,7 +450,7 @@ TARGET!= uname -m .if defined(MAKE_ALL_KERNELS) _THINNER=cat .else -_THINNER=xargs grep -L "^.NO_UNIVERSE" +_THINNER=xargs grep -L "^.NO_UNIVERSE" || true .endif KERNCONFS!= cd ${KERNSRCDIR}/${TARGET}/conf && \ find [A-Z0-9]*[A-Z0-9] -type f -maxdepth 0 \ |
