powerpc: fix LINT build

netmap currently doesn't build, take it out of LINT to prevent
hiding regressions in universe

Reviewed by:	jhibbits
Approved by:	sbruno
This commit is contained in:
Matt Macy 2018-05-17 21:04:19 +00:00
parent c4d901e9bd
commit 273428ec6d

View File

@ -53,6 +53,7 @@ LINT: ${NOTES} ${MAKELINT_SED}
.if ${TARGET} == "powerpc"
# cat is available, not sure if cp is?
cat ${.TARGET} > ${.TARGET}64
echo "nodevice netmap" >> ${.TARGET}
echo "machine ${TARGET} powerpc" >> ${.TARGET}
echo "machine ${TARGET} powerpc64" >> ${.TARGET}64
.endif