summaryrefslogtreecommitdiffstats
path: root/usr.sbin/Makefile
diff options
context:
space:
mode:
authoreadler <eadler@FreeBSD.org>2013-01-18 15:57:09 +0000
committereadler <eadler@FreeBSD.org>2013-01-18 15:57:09 +0000
commitb42e95f726ab4d12ba08b44e67e915c118e6597b (patch)
tree85ace9b5a9e8a2d9712ddb8643f6967de167865a /usr.sbin/Makefile
parent42ff7995baf04ee8e78b3403b5497d54fe893b70 (diff)
downloadFreeBSD-src-b42e95f726ab4d12ba08b44e67e915c118e6597b.zip
FreeBSD-src-b42e95f726ab4d12ba08b44e67e915c118e6597b.tar.gz
Add option to make pc-sysinstall optional
Approved by: cperciva
Diffstat (limited to 'usr.sbin/Makefile')
-rw-r--r--usr.sbin/Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile
index 8a2d5be..2395744 100644
--- a/usr.sbin/Makefile
+++ b/usr.sbin/Makefile
@@ -57,7 +57,7 @@ SUBDIR= adduser \
nfsuserd \
nmtree \
nologin \
- pc-sysinstall \
+ ${_pc_sysinstall} \
pciconf \
periodic \
powerd \
@@ -265,6 +265,10 @@ SUBDIR+= ntp
SUBDIR+= keyserv
.endif
+.if ${MK_PC_SYSINSTALL} != "no"
+_pc_sysinstall= pc-sysinstall
+.endif
+
.if ${MK_PF} != "no"
SUBDIR+= ftp-proxy
.endif
OpenPOWER on IntegriCloud