summaryrefslogtreecommitdiffstats
path: root/usr.sbin/Makefile
diff options
context:
space:
mode:
authoryar <yar@FreeBSD.org>2006-11-15 14:57:05 +0000
committeryar <yar@FreeBSD.org>2006-11-15 14:57:05 +0000
commit20fbf7dd0d5f99a4848f4b326df734bea80061b0 (patch)
tree6ca2b9fdd81518e729c06ee02e6ea7cbe8d034fe /usr.sbin/Makefile
parent4bfbd5c778c1800900684b00cc5c14426ad93bf8 (diff)
downloadFreeBSD-src-20fbf7dd0d5f99a4848f4b326df734bea80061b0.zip
FreeBSD-src-20fbf7dd0d5f99a4848f4b326df734bea80061b0.tar.gz
Building faithd(8) has no sense if WITHOUT_INET6 is set.
PR: bin/100805 (audit-trail) Noticed by: Alex Kozlov
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 3aa26f4..5d8db93 100644
--- a/usr.sbin/Makefile
+++ b/usr.sbin/Makefile
@@ -49,7 +49,7 @@ SUBDIR= ac \
${_eeprom} \
extattr \
extattrctl \
- faithd \
+ ${_faithd} \
fdcontrol \
fdformat \
fdread \
@@ -235,6 +235,7 @@ _keyserv= keyserv
.endif
.if ${MK_INET6} != "no"
+_faithd= faithd
_ip6addrctl= ip6addrctl
_mld6query= mld6query
_ndp= ndp
OpenPOWER on IntegriCloud