diff options
Diffstat (limited to 'mbone')
-rw-r--r-- | mbone/beacon/Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/mbone/beacon/Makefile b/mbone/beacon/Makefile index 5a7ccaa122d..5d379dd7831 100644 --- a/mbone/beacon/Makefile +++ b/mbone/beacon/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2015/06/12 10:50:32 wiz Exp $ +# $NetBSD: Makefile,v 1.22 2016/01/03 22:48:52 sevan Exp $ # DISTNAME= beacon-1.3 @@ -27,10 +27,6 @@ SUBST_SED.conf= -e s,@prefix@/etc,${PKG_SYSCONFDIR}, CONF_FILES+= ${PREFIX}/share/examples/beacon/beacon.conf \ ${PKG_SYSCONFDIR}/beacon.conf -.if ${MACHINE_ARCH} == "amd64" -CFLAGS+= -fPIC -.endif - post-extract: cd ${WRKSRC} && ${TAR} -zxvf common-1.2.16.tar.gz |