summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorgjb <gjb@FreeBSD.org>2016-02-10 04:20:39 +0000
committergjb <gjb@FreeBSD.org>2016-02-10 04:20:39 +0000
commite4997c6184529300b3b432e327408ba7c6a89645 (patch)
treedd2cd280a89cea2613f7d2fe2aa809df60be2202 /Makefile
parenta0704b17a25ad1293d5072f4989e7e093d5d3782 (diff)
parent836d9f18d80e26f5835a3bdacc2ed3a407df2d73 (diff)
downloadFreeBSD-src-e4997c6184529300b3b432e327408ba7c6a89645.zip
FreeBSD-src-e4997c6184529300b3b432e327408ba7c6a89645.tar.gz
MFH
Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 95a2a9b..999100d 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:
OpenPOWER on IntegriCloud