summaryrefslogtreecommitdiffstats
path: root/usr.sbin/Makefile
diff options
context:
space:
mode:
authoryar <yar@FreeBSD.org>2006-07-27 15:39:29 +0000
committeryar <yar@FreeBSD.org>2006-07-27 15:39:29 +0000
commit224bf2d12c0050c5ea941df9e9cfc2cef71c6021 (patch)
tree68e55ee13dbacc26ac5622bd86911561b5573fb8 /usr.sbin/Makefile
parentb8f7c8982840ef5fd64bebc37afe60ab32cdfe48 (diff)
downloadFreeBSD-src-224bf2d12c0050c5ea941df9e9cfc2cef71c6021.zip
FreeBSD-src-224bf2d12c0050c5ea941df9e9cfc2cef71c6021.tar.gz
ip6addrctl belongs to under MK_INET6, it is of no use w/o IPv6
in the system.
Diffstat (limited to 'usr.sbin/Makefile')
-rw-r--r--usr.sbin/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile
index 0faa85e..ea8a426 100644
--- a/usr.sbin/Makefile
+++ b/usr.sbin/Makefile
@@ -64,7 +64,7 @@ SUBDIR= ac \
ifmcstat \
inetd \
iostat \
- ip6addrctl \
+ ${_ip6addrctl} \
ipfwpcap \
${_IPXrouted} \
jail \
@@ -234,6 +234,7 @@ _keyserv= keyserv
.endif
.if ${MK_INET6} != "no"
+_ip6addrctl= ip6addrctl
_mld6query= mld6query
_ndp= ndp
_rip6query= rip6query
OpenPOWER on IntegriCloud