summaryrefslogtreecommitdiffstats
path: root/Makefile.inc1
diff options
context:
space:
mode:
authornetchild <netchild@FreeBSD.org>2006-08-02 15:26:15 +0000
committernetchild <netchild@FreeBSD.org>2006-08-02 15:26:15 +0000
commit85eecc09b6352bfc393f6c891ae8cf34077e2409 (patch)
tree9e27a2c6e32d14bc384d92bc6e9284a456b9b7f3 /Makefile.inc1
parentb4ead1ad7425ac089cb25503e0b42adab02a220e (diff)
downloadFreeBSD-src-85eecc09b6352bfc393f6c891ae8cf34077e2409.zip
FreeBSD-src-85eecc09b6352bfc393f6c891ae8cf34077e2409.tar.gz
Fix doxygen target.
Submitted by: "Alexander Mogilny" <sg@astral.ntu-kpi.kiev.ua> Pointy hat to: netchild
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc12
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index cb5d58e..4c66864 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -731,7 +731,7 @@ doxygen:
echo "You need doxygen (devel/doxygen) to generate the API documentation of the kernel." | /usr/bin/fmt; \
exit 1; \
fi
- cd ${.CURDIR}/sys/doc/subsys && ${MAKE} obj all
+ cd ${.CURDIR}/tools/kerneldoc/subsys && ${MAKE} obj all
#
# update
OpenPOWER on IntegriCloud