aboutsummaryrefslogtreecommitdiff
path: root/en_US.ISO8859-1/books/porters-handbook/quick-porting/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'en_US.ISO8859-1/books/porters-handbook/quick-porting/Makefile')
-rw-r--r--en_US.ISO8859-1/books/porters-handbook/quick-porting/Makefile15
1 files changed, 0 insertions, 15 deletions
diff --git a/en_US.ISO8859-1/books/porters-handbook/quick-porting/Makefile b/en_US.ISO8859-1/books/porters-handbook/quick-porting/Makefile
deleted file mode 100644
index e4b0aaceec..0000000000
--- a/en_US.ISO8859-1/books/porters-handbook/quick-porting/Makefile
+++ /dev/null
@@ -1,15 +0,0 @@
-#
-# Build the Porters Handbook with just the content from this chapter.
-#
-# $FreeBSD$
-#
-
-CHAPTERS= quick-porting/chapter.xml
-
-VPATH= ..
-
-MASTERDOC= ${.CURDIR}/../${DOC}.${DOCBOOKSUFFIX}
-
-DOC_PREFIX?= ${.CURDIR}/../../../..
-
-.include "../Makefile"