diff options
| author | Glen Barber <gjb@FreeBSD.org> | 2016-02-10 04:20:39 +0000 |
|---|---|---|
| committer | Glen Barber <gjb@FreeBSD.org> | 2016-02-10 04:20:39 +0000 |
| commit | 30922917c8b62f27a4a1e46cc2c9ab6905ee74f9 (patch) | |
| tree | dd2cd280a89cea2613f7d2fe2aa809df60be2202 /Makefile | |
| parent | e01a93b63c7560c658b80a3709045a49fce6d120 (diff) | |
| parent | abd0b262139cbd732eba81bd01e78f47d935e227 (diff) | |
Notes
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -468,7 +468,8 @@ _THINNER=cat _THINNER=xargs grep -L "^.NO_UNIVERSE" || true .endif KERNCONFS!= cd ${KERNSRCDIR}/${TARGET}/conf && \ - find [A-Z0-9]*[A-Z0-9] -type f -maxdepth 0 \ + find [[:upper:][:digit:]]*[[:upper:][:digit:]] \ + -type f -maxdepth 0 \ ! -name DEFAULTS ! -name NOTES | \ ${_THINNER} universe_kernconfs: |
