Deleted Added
full compact
2c2
< # $FreeBSD: head/Makefile.inc1 158687 2006-05-17 09:33:15Z phk $
---
> # $FreeBSD: head/Makefile.inc1 158962 2006-05-26 18:10:06Z netchild $
19a20
> # doxygen - build API documentation of the kernel
713a715,726
> # doxygen
> #
> # Build the API documentation with doxygen
> #
> doxygen:
> @if [ ! -x `/usr/bin/which doxygen` ]; then \
> 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
>
> #