summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--net/choparp/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/net/choparp/Makefile b/net/choparp/Makefile
index 9e7fd1c176f..86859bfc1c4 100644
--- a/net/choparp/Makefile
+++ b/net/choparp/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2003/07/17 22:51:02 grant Exp $
+# $NetBSD: Makefile,v 1.7 2005/11/08 15:37:03 tv Exp $
#
DISTNAME= choparp-20021107
@@ -9,6 +9,8 @@ MAINTAINER= dbj@NetBSD.org
HOMEPAGE= http://choparp.sf.net/
COMMENT= Simple proxy arp daemon
+NOT_FOR_PLATFORM= Interix-*-* # does not have bpf(4) device
+
MANCOMPRESSED_IF_MANZ= yes
.include "../../mk/bsd.pkg.mk"