aboutsummaryrefslogtreecommitdiff
path: root/sbin/Makefile
diff options
context:
space:
mode:
authorGleb Smirnoff <glebius@FreeBSD.org>2021-10-22 20:28:44 +0000
committerGleb Smirnoff <glebius@FreeBSD.org>2021-10-22 20:28:44 +0000
commitc2426723394ba9ab8ffa0d69bd132af1aaa2ea12 (patch)
tree09dab19509e4f2d2f64ff3316cebc7942bc5133f /sbin/Makefile
parent70f51f0e474ffe1fb74cb427423a2fba3637544d (diff)
downloadsrc-c2426723394ba9ab8ffa0d69bd132af1aaa2ea12.tar.gz
src-c2426723394ba9ab8ffa0d69bd132af1aaa2ea12.zip
Fix sconfig(8) build.
Missed that since sconfig(8) was built on i386 only. Since I enabled cp(4) on amd64, enable sconfig(8) as well. Fixes: 6aae3517ed25
Diffstat (limited to 'sbin/Makefile')
-rw-r--r--sbin/Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/sbin/Makefile b/sbin/Makefile
index ade73fc8b0ee..b4da58680458 100644
--- a/sbin/Makefile
+++ b/sbin/Makefile
@@ -93,10 +93,6 @@ SUBDIR.${MK_TESTS}+= tests
SUBDIR_PARALLEL=
-# Add architecture-specific manpages
-# to be included anyway
-MAN= sconfig/sconfig.8
-
.include <bsd.prog.mk>
.include <bsd.subdir.mk>