1.42 -> 1.47 articles/Makefile
1.503 -> 1.506 articles/contributing/article.sgml
1.9 -> 1.10 articles/contributors/Makefile
1.436 -> 1.446 articles/contributors/article.sgml
New -> 1.3 articles/fbsd-from-scratch/stage_1.conf.default
1.1 -> 1.5 articles/fbsd-from-scratch/stage_1.sh
New -> 1.3 articles/fbsd-from-scratch/stage_2.conf.default
1.1 -> 1.5 articles/fbsd-from-scratch/stage_2.sh
1.1 -> 1.4 articles/fbsd-from-scratch/stage_3.mk
1.27 -> 1.30 articles/fonts/article.sgml
1.23 -> 1.32 articles/problem-reports/article.sgml
- Append stage_[12].conf.default into EXTRAS.
articles/fbsd-from-scratch/Makefile
Submitted by: Hiroo Ono <hiroo _at_ jp dot FreeBSD dot org>
55 lines
1.1 KiB
Makefile
55 lines
1.1 KiB
Makefile
# $FreeBSD$
|
|
# Original revision: 1.47
|
|
|
|
SUBDIR =
|
|
#SUBDIR+= 5-roadmap
|
|
#SUBDIR+= bsdl-gpl
|
|
#SUBDIR+= casestudy-argentina.com
|
|
#SUBDIR+= checkpoint
|
|
#SUBDIR+= committers-guide
|
|
#SUBDIR+= console-server
|
|
SUBDIR+= contributing
|
|
#SUBDIR+= contributing-ports
|
|
SUBDIR+= contributors
|
|
#SUBDIR+= cvs-freebsd
|
|
#SUBDIR+= cvsup-advanced
|
|
SUBDIR+= dialup-firewall
|
|
SUBDIR+= diskless-x
|
|
#SUBDIR+= euro
|
|
#SUBDIR+= explaining-bsd
|
|
SUBDIR+= fbsd-from-scratch
|
|
#SUBDIR+= filtering-bridges
|
|
SUBDIR+= fonts
|
|
#SUBDIR+= formatting-media
|
|
#SUBDIR+= freebsd-questions
|
|
#SUBDIR+= geom-class
|
|
#SUBDIR+= hats
|
|
#SUBDIR+= hubs
|
|
SUBDIR+= ipsec-must
|
|
#SUBDIR+= java-tomcat
|
|
#SUBDIR+= laptop
|
|
#SUBDIR+= linux-comparison
|
|
#SUBDIR+= mailing-list-faq
|
|
#SUBDIR+= mh
|
|
SUBDIR+= multi-os
|
|
#SUBDIR+= new-users
|
|
#SUBDIR+= pam
|
|
#SUBDIR+= portbuild
|
|
#SUBDIR+= pr-guidelines
|
|
SUBDIR+= problem-reports
|
|
#SUBDIR+= pxe
|
|
#SUBDIR+= relaydelay
|
|
#SUBDIR+= releng
|
|
#SUBDIR+= releng-packages
|
|
#SUBDIR+= serial-uart
|
|
#SUBDIR+= solid-state
|
|
#SUBDIR+= storage-devices
|
|
#SUBDIR+= version-guide
|
|
#SUBDIR+= vinum
|
|
#SUBDIR+= vm-design
|
|
SUBDIR+= zip-drive
|
|
|
|
# ROOT_SYMLINKS+= new-users
|
|
|
|
DOC_PREFIX?= ${.CURDIR}/../..
|
|
.include "${DOC_PREFIX}/share/mk/doc.project.mk"
|