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