c213383581
This document was never finished and is now out of date. Users should refer to the handbook and the ppp(8) manpage instead. Suggested by: Josh Paetzel <friar_josh@webwarrior.net> Approved by: Silence on -doc, cvs-all
14 lines
274 B
Makefile
14 lines
274 B
Makefile
# $FreeBSD$
|
|
|
|
SUBDIR = corp-net-guide
|
|
SUBDIR+= design-44bsd
|
|
SUBDIR+= developers-handbook
|
|
SUBDIR+= faq
|
|
SUBDIR+= fdp-primer
|
|
SUBDIR+= handbook
|
|
SUBDIR+= porters-handbook
|
|
|
|
ROOT_SYMLINKS= faq handbook
|
|
|
|
DOC_PREFIX?= ${.CURDIR}/../..
|
|
.include "${DOC_PREFIX}/share/mk/doc.project.mk"
|