mirror of
https://github.com/opnsense/src.git
synced 2026-02-13 15:57:05 -05:00
To be able to info pages consider installing texinfo from ports print/texinfo or via pkg: pkg install texinfo Differential Revision: https://reviews.freebsd.org/D1409 Reviewed by: emaste, imp (previous version) Relnotes: yes
9 lines
142 B
Makefile
9 lines
142 B
Makefile
# $FreeBSD$
|
|
|
|
SUBDIR= contrib font man src tmac
|
|
|
|
.for subdir in ${SUBDIR:Nsrc}
|
|
SUBDIR_DEPEND_${subdir}= src
|
|
.endfor
|
|
|
|
.include <bsd.subdir.mk>
|