9a1fa37f8a
"Setting up a CVS repository - the FreeBSD way".
36 lines
722 B
Makefile
36 lines
722 B
Makefile
# $FreeBSD$
|
|
|
|
SUBDIR =
|
|
SUBDIR+= committers-guide
|
|
SUBDIR+= console-server
|
|
SUBDIR+= contributing
|
|
SUBDIR+= contributors
|
|
SUBDIR+= cvs-freebsd
|
|
SUBDIR+= cvsup-advanced
|
|
SUBDIR+= dialup-firewall
|
|
SUBDIR+= diskless-x
|
|
SUBDIR+= explaining-bsd
|
|
SUBDIR+= filtering-bridges
|
|
SUBDIR+= fonts
|
|
SUBDIR+= formatting-media
|
|
SUBDIR+= freebsd-questions
|
|
SUBDIR+= ipsec-must
|
|
SUBDIR+= laptop
|
|
SUBDIR+= mh
|
|
SUBDIR+= multi-os
|
|
SUBDIR+= new-users
|
|
SUBDIR+= problem-reports
|
|
SUBDIR+= programming-tools
|
|
SUBDIR+= pxe
|
|
# SUBDIR+= releng
|
|
SUBDIR+= serial-uart
|
|
SUBDIR+= solid-state
|
|
SUBDIR+= storage-devices
|
|
SUBDIR+= vinum
|
|
SUBDIR+= vm-design
|
|
SUBDIR+= zip-drive
|
|
|
|
# ROOT_SYMLINKS+= new-users
|
|
|
|
DOC_PREFIX?= ${.CURDIR}/../..
|
|
.include "${DOC_PREFIX}/share/mk/doc.project.mk"
|