8e73cebbbc
(new) Makefile (new) -> 1.4 fbsd-from-scratch/Makefile (new) -> 1.1 fbsd-from-scratch/article.sgml (new) -> 1.1 fbsd-from-scratch/stage_1.sh (new) -> 1.1 fbsd-from-scratch/stage_2.sh (new) -> 1.1 fbsd-from-scratch/stage_3.mk
47 lines
964 B
Makefile
47 lines
964 B
Makefile
# $FreeBSD$
|
|
# Original revision: 1.36
|
|
|
|
SUBDIR =
|
|
#SUBDIR+= 5-roadmap
|
|
#SUBDIR+= checkpoint
|
|
#SUBDIR+= committers-guide
|
|
#SUBDIR+= console-server
|
|
SUBDIR+= contributing
|
|
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+= hats
|
|
#SUBDIR+= hubs
|
|
SUBDIR+= ipsec-must
|
|
#SUBDIR+= laptop
|
|
#SUBDIR+= java-tomcat
|
|
#SUBDIR+= mh
|
|
SUBDIR+= multi-os
|
|
#SUBDIR+= new-users
|
|
#SUBDIR+= pam
|
|
#SUBDIR+= pr-guidelines
|
|
SUBDIR+= problem-reports
|
|
#SUBDIR+= programming-tools
|
|
#SUBDIR+= pxe
|
|
#SUBDIR+= releng
|
|
#SUBDIR+= releng-packages
|
|
#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"
|