Fix duplicate target warning.
This commit is contained in:
parent
301a87ac4c
commit
d65c432aa6
@ -10,7 +10,7 @@ TARGET_ARCH?= ${MACHINE_ARCH}
|
||||
S?=/usr/src/sys
|
||||
LOCALBASE?=/usr/local
|
||||
|
||||
MFILES!= find ${S} -name \*.m | sed -e 's:${S}/::g'
|
||||
MFILES!= find ${S} -name \*.m | egrep '/(dev|libkern|kgssapi|opencrypto|isa|geom|kern|xen|net|${TARGET_ARCH})/' | sed -e 's:${S}/::g'
|
||||
HFILES= ${MFILES:T:S/.m$/.h/}
|
||||
AWK?= awk
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user