summaryrefslogtreecommitdiff
path: root/sbin/ping6
diff options
context:
space:
mode:
authorJun-ichiro itojun Hagino <itojun@cvs.openbsd.org>2006-12-19 14:48:46 +0000
committerJun-ichiro itojun Hagino <itojun@cvs.openbsd.org>2006-12-19 14:48:46 +0000
commitbfd8d65e80af572dbd73ad4fbff560308398bf12 (patch)
treee4a883ac7da5d49d779b2f1738f08462a4507927 /sbin/ping6
parentd3335babdd1699f9d980bfc57b301599ecf8e6f3 (diff)
no need for -D
Diffstat (limited to 'sbin/ping6')
-rw-r--r--sbin/ping6/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/sbin/ping6/Makefile b/sbin/ping6/Makefile
index 392e64a42dc..a56fb0fbdf5 100644
--- a/sbin/ping6/Makefile
+++ b/sbin/ping6/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.8 2004/11/10 22:07:46 drahn Exp $
+# $OpenBSD: Makefile,v 1.9 2006/12/19 14:48:45 itojun Exp $
PROG= ping6
MAN= ping6.8
@@ -6,8 +6,6 @@ MAN= ping6.8
LDADD= -lm
DPADD= ${LIBM}
-CPPFLAGS+= -DINET6 -DHAVE_POLL_H
-
BINOWN= root
BINGRP= bin
BINMODE=4555