diff options
author | gjb <gjb@FreeBSD.org> | 2016-02-10 04:20:39 +0000 |
---|---|---|
committer | gjb <gjb@FreeBSD.org> | 2016-02-10 04:20:39 +0000 |
commit | e4997c6184529300b3b432e327408ba7c6a89645 (patch) | |
tree | dd2cd280a89cea2613f7d2fe2aa809df60be2202 /Makefile | |
parent | a0704b17a25ad1293d5072f4989e7e093d5d3782 (diff) | |
parent | 836d9f18d80e26f5835a3bdacc2ed3a407df2d73 (diff) | |
download | FreeBSD-src-e4997c6184529300b3b432e327408ba7c6a89645.zip FreeBSD-src-e4997c6184529300b3b432e327408ba7c6a89645.tar.gz |
MFH
Sponsored by: The FreeBSD Foundation
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: |