mirror of
https://git.FreeBSD.org/doc.git
synced 2026-06-02 11:25:20 +00:00
0235993833
Pointed out by: jkois
22 lines
454 B
Makefile
22 lines
454 B
Makefile
#
|
|
# The FreeBSD Documentation Project
|
|
# The FreeBSD German Documentation Project
|
|
#
|
|
# $FreeBSD$
|
|
# basiert auf: 1.42
|
|
|
|
SUBDIR = contributing
|
|
SUBDIR+= explaining-bsd
|
|
SUBDIR+= freebsd-update-server
|
|
SUBDIR+= leap-seconds
|
|
SUBDIR+= linux-users
|
|
SUBDIR+= nanobsd
|
|
SUBDIR+= new-users
|
|
SUBDIR+= port-mentor-guidelines
|
|
SUBDIR+= solid-state
|
|
|
|
# ROOT_SYMLINKS+= new-users
|
|
|
|
DOC_PREFIX?= ${.CURDIR}/../..
|
|
.include "${DOC_PREFIX}/share/mk/doc.project.mk"
|