Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Feb 2020 17:17:08 +0000 (UTC)
From:      Warner Losh <imp@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r357741 - head/usr.sbin/ntp/libntpevent
Message-ID:  <202002101717.01AHH8IR060711@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: imp
Date: Mon Feb 10 17:17:08 2020
New Revision: 357741
URL: https://svnweb.freebsd.org/changeset/base/357741

Log:
  Remove ifdefs for ia64 and sparc64.
  
  Reivewed by: cy@, bcr@
  Differential Revision: https://reviews.freebsd.org/D23593

Modified:
  head/usr.sbin/ntp/libntpevent/Makefile

Modified: head/usr.sbin/ntp/libntpevent/Makefile
==============================================================================
--- head/usr.sbin/ntp/libntpevent/Makefile	Mon Feb 10 17:17:03 2020	(r357740)
+++ head/usr.sbin/ntp/libntpevent/Makefile	Mon Feb 10 17:17:08 2020	(r357741)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202002101717.01AHH8IR060711>