summaryrefslogtreecommitdiffstats
path: root/usr.sbin/traceroute6/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/traceroute6/Makefile')
-rw-r--r--usr.sbin/traceroute6/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/usr.sbin/traceroute6/Makefile b/usr.sbin/traceroute6/Makefile
index ab48574..349a5bf 100644
--- a/usr.sbin/traceroute6/Makefile
+++ b/usr.sbin/traceroute6/Makefile
@@ -14,15 +14,14 @@
# $FreeBSD$
PROG= traceroute6
-
+MAN= traceroute6.8
BINOWN= root
BINGRP= bin
-BINMODE=4555
+BINMODE= 4555
+
+CFLAGS+= -DINET6 -DIPSEC -DHAVE_POLL
-CFLAGS+=-DINET6 -DIPSEC -DHAVE_POLL
DPADD= ${LIBIPSEC}
LDADD= -lipsec
-MAN= traceroute6.8
-
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud