aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorGlen Barber <gjb@FreeBSD.org>2016-02-10 04:20:39 +0000
committerGlen Barber <gjb@FreeBSD.org>2016-02-10 04:20:39 +0000
commit30922917c8b62f27a4a1e46cc2c9ab6905ee74f9 (patch)
treedd2cd280a89cea2613f7d2fe2aa809df60be2202 /Makefile
parente01a93b63c7560c658b80a3709045a49fce6d120 (diff)
parentabd0b262139cbd732eba81bd01e78f47d935e227 (diff)
Notes
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 95a2a9b09b6c..999100d6f189 100644
--- a/Makefile
+++ b/Makefile
@@ -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: