summaryrefslogtreecommitdiff
path: root/usr.sbin/route6d/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/route6d/Makefile')
-rw-r--r--usr.sbin/route6d/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.sbin/route6d/Makefile b/usr.sbin/route6d/Makefile
index 085d1a1d78f..34dc945ebc2 100644
--- a/usr.sbin/route6d/Makefile
+++ b/usr.sbin/route6d/Makefile
@@ -1,10 +1,8 @@
-# $OpenBSD: Makefile,v 1.6 2002/10/26 20:16:13 itojun Exp $
+# $OpenBSD: Makefile,v 1.7 2006/12/19 15:06:10 itojun Exp $
PROG= route6d
MAN= route6d.8
LDADD+= -lutil
DPADD+= ${LIBUTIL}
-CPPFLAGS+= -DINET6 -DHAVE_POLL_H
-
.include <bsd.prog.mk>