summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorKyle Evans <kevans@FreeBSD.org>2019-10-01 15:10:35 +0000
committerKyle Evans <kevans@FreeBSD.org>2019-10-01 15:10:35 +0000
commitc1d4532062a29a72496dcfa0fd9845764e45a9a1 (patch)
tree397f0e85070e3b6a44814c7795425087a3de1887 /Makefile
parent01a0b1a4c2a15a7663e7e541e11a01686b612044 (diff)
downloadsrc-test-c1d4532062a29a72496dcfa0fd9845764e45a9a1.tar.gz
src-test-c1d4532062a29a72496dcfa0fd9845764e45a9a1.zip
Add a top-level makeman target
Abstracting away the details of how src.conf(5) is generated is arguably a good thing; do so with a top-level makeman target.
Notes
Notes: svn path=/head/; revision=352929
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0e3585ec3421b..57edd56874841 100644
--- a/Makefile
+++ b/Makefile
@@ -34,6 +34,7 @@
# targets - Print a list of supported TARGET/TARGET_ARCH pairs
# for world and kernel targets.
# toolchains - Build a toolchain for all world and kernel targets.
+# makeman - Regenerate src.conf(5)
# sysent - (Re)build syscall entries from syscalls.master.
# xdev - xdev-build + xdev-install for the architecture
# specified with TARGET and TARGET_ARCH.
@@ -132,7 +133,7 @@ TGTS= all all-man buildenv buildenvvars buildkernel buildworld \
reinstallkernel reinstallkernel.debug \
installworld kernel-toolchain libraries maninstall \
obj objlink showconfig tags toolchain update \
- sysent \
+ makeman sysent \
_worldtmp _legacy _bootstrap-tools _cleanobj _obj \
_build-tools _build-metadata _cross-tools _includes _libraries \
build32 distribute32 install32 buildsoft distributesoft installsoft \