diff options
Diffstat (limited to 'net')
-rw-r--r-- | net/isc-dhcp4/Makefile | 3 | ||||
-rw-r--r-- | net/isc-dhcp4/hacks.mk | 13 |
2 files changed, 2 insertions, 14 deletions
diff --git a/net/isc-dhcp4/Makefile b/net/isc-dhcp4/Makefile index e8d24632384..20aebb05f19 100644 --- a/net/isc-dhcp4/Makefile +++ b/net/isc-dhcp4/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2020/01/23 08:11:27 taca Exp $ +# $NetBSD: Makefile,v 1.18 2022/08/06 17:22:07 he Exp $ PKGNAME= isc-dhcp-${DHVER} COMMENT= ISC Dynamic Host Configuration Protocol (DHCP) Base @@ -18,4 +18,5 @@ post-install: ${DESTDIR}${PREFIX}/share/doc/${PKGBASE} .include "../../net/isc-dhcp4/Makefile.common" +.include "../../mk/atomic64.mk" .include "../../mk/bsd.pkg.mk" diff --git a/net/isc-dhcp4/hacks.mk b/net/isc-dhcp4/hacks.mk deleted file mode 100644 index 5fd3c4786d4..00000000000 --- a/net/isc-dhcp4/hacks.mk +++ /dev/null @@ -1,13 +0,0 @@ -# $NetBSD: hacks.mk,v 1.1 2022/07/24 19:52:41 he Exp $ - -.if !defined(NET_DHCP4_HACKS_MK) -NET_DHCP4__HACKS_MK= defined - -# [Sun Jul 24 20:23:03 CEST 2022 : he] -# On NetBSD/powerpc, use devel/libatomic to get 8-byte atomics. -.if ${MACHINE_ARCH} == "powerpc" && ${OPSYS} == "NetBSD" -PKG_HACKS+= powerpc-atomics -.include "../../devel/libatomic/buildlink3.mk" -.endif - -.endif # NET_DHCP4_HACKS_MK |