mirror of
https://github.com/opnsense/src.git
synced 2026-02-11 14:55:36 -05:00
This includes a structural change regarding atomic ops. Previously they were enabled on all platforms unless we had knowledge that they did not work. However both work performed by marius@ on sparc64 and the fact that the 9.8.x branch is fussier in this area has demonstrated that this is not a safe approach. So I've modified a patch provided by marius to enable them for i386, amd64, and ia64 only.
5 lines
81 B
Makefile
5 lines
81 B
Makefile
# $FreeBSD$
|
|
|
|
SUBDIR= isc isccc dns isccfg bind9 lwres
|
|
|
|
.include <bsd.subdir.mk>
|