mirror of
https://github.com/opnsense/src.git
synced 2026-03-07 15:51:20 -05:00
Content will be filled in later as needed, but this should unbreak the doc part of an amd64 release build. Requested by: peter
13 lines
231 B
Makefile
13 lines
231 B
Makefile
# $FreeBSD$
|
|
|
|
RELN_ROOT?= ${.CURDIR}/../..
|
|
|
|
SUBDIR = alpha
|
|
SUBDIR+= amd64
|
|
SUBDIR+= ia64
|
|
SUBDIR+= i386
|
|
SUBDIR+= pc98
|
|
SUBDIR+= sparc64
|
|
|
|
.include "${RELN_ROOT}/share/mk/doc.relnotes.mk"
|
|
.include "${DOC_PREFIX}/share/mk/doc.project.mk"
|