Remove ifdefs for ia64 and sparc64.

Reivewed by: cy@, bcr@
Differential Revision: https://reviews.freebsd.org/D23593
This commit is contained in:
Warner Losh 2020-02-10 17:17:08 +00:00
parent 6666787858
commit 0d3f465b5d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=357741

View File

@ -21,12 +21,8 @@ SRCS+= bufferevent_openssl.c
NTP_ATOMIC=x86_32
.elif ${MACHINE_ARCH} == "amd64"
NTP_ATOMIC=x86_64
.elif ${MACHINE_ARCH} == "ia64"
NTP_ATOMIC=ia64
.elif ${MACHINE_ARCH} == "powerpc64"
NTP_ATOMIC=powerpc
.elif ${MACHINE_ARCH} == "sparc64"
NTP_ATOMIC=sparc64
.else
NTP_ATOMIC=noatomic
.endif