summaryrefslogtreecommitdiff
path: root/sbin/ping6/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/ping6/Makefile')
-rw-r--r--sbin/ping6/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/ping6/Makefile b/sbin/ping6/Makefile
index 1565db43f90..25c97fd187e 100644
--- a/sbin/ping6/Makefile
+++ b/sbin/ping6/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.6 2002/05/26 13:02:17 itojun Exp $
+# $OpenBSD: Makefile,v 1.7 2002/10/25 02:25:43 itojun Exp $
PROG= ping6
MAN= ping6.8
@@ -6,7 +6,7 @@ MAN= ping6.8
LDADD= -lm
DPADD= ${LIBM}
-CPPFLAGS+= -DINET6
+CPPFLAGS+= -DINET6 -DHAVE_POLL_H
BINOWN= root
BINGRP= bin