clang: Fix build under NetBSD/i386 9
Use atomic64.mk for NetBSD/i386.
This commit is contained in:
parent
0e0a9fdc97
commit
eb89c7d609
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.75 2022/11/23 16:18:49 adam Exp $
|
||||
# $NetBSD: Makefile,v 1.76 2022/11/29 14:44:25 ryoon Exp $
|
||||
|
||||
PKGREVISION= 1
|
||||
.include "Makefile.common"
|
||||
|
@ -18,4 +18,5 @@ PLIST_VARS+= ARM
|
|||
PLIST.ARM= yes
|
||||
.endif
|
||||
|
||||
.include "../../mk/atomic64.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
Loading…
Reference in a new issue