aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/Makefile
diff options
context:
space:
mode:
authorSean Bruno <sbruno@FreeBSD.org>2018-06-19 21:07:25 +0000
committerSean Bruno <sbruno@FreeBSD.org>2018-06-19 21:07:25 +0000
commit01cebb69beb9f85c2be455d34172a5c7ed93c7f5 (patch)
treefba86ce41c2c566a1fea4a42714c3c51368df68e /usr.sbin/Makefile
parente8e5c7641943fb2f14d15dfc669316f75b470552 (diff)
downloadsrc-01cebb69beb9f85c2be455d34172a5c7ed93c7f5.tar.gz
src-01cebb69beb9f85c2be455d34172a5c7ed93c7f5.zip
Notes
Diffstat (limited to 'usr.sbin/Makefile')
-rw-r--r--usr.sbin/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile
index e9c815b5e4ab..a67ee9179f9b 100644
--- a/usr.sbin/Makefile
+++ b/usr.sbin/Makefile
@@ -92,7 +92,6 @@ SUBDIR= adduser \
traceroute \
trpt \
tzsetup \
- uefisign \
ugidfw \
vigr \
vipw \
@@ -126,6 +125,9 @@ SUBDIR.${MK_CTM}+= ctm
SUBDIR.${MK_CXGBETOOL}+= cxgbetool
SUBDIR.${MK_DIALOG}+= bsdconfig
SUBDIR.${MK_EFI}+= efivar efidp efibootmgr
+.if ${MK_OPENSSL} != "no"
+SUBDIR.${MK_EFI}+= uefisign
+.endif
SUBDIR.${MK_FLOPPY}+= fdcontrol
SUBDIR.${MK_FLOPPY}+= fdformat
SUBDIR.${MK_FLOPPY}+= fdread