summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin')
-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