summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoryar <yar@FreeBSD.org>2006-07-27 15:28:22 +0000
committeryar <yar@FreeBSD.org>2006-07-27 15:28:22 +0000
commitbbba5d85e1dbe1228583d2a9a6b574e26488fedf (patch)
treef693be5c1d73cf23ba9ab20ba53ca577061ac9f4
parentead31935860e753d9163a4e044137c2dd3e0123b (diff)
downloadFreeBSD-src-bbba5d85e1dbe1228583d2a9a6b574e26488fedf.zip
FreeBSD-src-bbba5d85e1dbe1228583d2a9a6b574e26488fedf.tar.gz
ndp, rrenumd, rtadvd, and rtsold are IPv6-only tools,
they belong to under MK_INET6 with their friends.
-rw-r--r--usr.sbin/Makefile12
1 files changed, 8 insertions, 4 deletions
diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile
index 9c74422..0faa85e 100644
--- a/usr.sbin/Makefile
+++ b/usr.sbin/Makefile
@@ -103,7 +103,7 @@ SUBDIR= ac \
${_named-checkzone} \
${_named.reload} \
${_ndiscvt} \
- ndp \
+ ${_ndp} \
newsyslog \
nfsd \
ngctl \
@@ -147,10 +147,10 @@ SUBDIR= ac \
${_rpc.yppasswdd} \
${_rpc.ypupdated} \
${_rpc.ypxfrd} \
- rrenumd \
- rtadvd \
+ ${_rrenumd} \
+ ${_rtadvd} \
rtprio \
- rtsold \
+ ${_rtsold} \
rwhod \
sa \
${_sendmail} \
@@ -235,8 +235,12 @@ _keyserv= keyserv
.if ${MK_INET6} != "no"
_mld6query= mld6query
+_ndp= ndp
_rip6query= rip6query
_route6d= route6d
+_rrenumd= rrenumd
+_rtadvd= rtadvd
+_rtsold= rtsold
_traceroute6= traceroute6
.endif
OpenPOWER on IntegriCloud