aboutsummaryrefslogtreecommitdiff
path: root/en_US.ISO8859-1/books/design-44bsd/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'en_US.ISO8859-1/books/design-44bsd/Makefile')
-rw-r--r--en_US.ISO8859-1/books/design-44bsd/Makefile20
1 files changed, 0 insertions, 20 deletions
diff --git a/en_US.ISO8859-1/books/design-44bsd/Makefile b/en_US.ISO8859-1/books/design-44bsd/Makefile
deleted file mode 100644
index 3784c7b90d..0000000000
--- a/en_US.ISO8859-1/books/design-44bsd/Makefile
+++ /dev/null
@@ -1,20 +0,0 @@
-# $FreeBSD$
-
-DOC?= book
-
-FORMATS?= html
-
-IMAGES_EN= fig1.eps fig2.eps
-
-INSTALL_COMPRESSED?=gz
-INSTALL_ONLY_COMPRESSED?=
-
-SRCS= book.sgml
-
-# Use the local DSSSL file
-DSLHTML?= ${.CURDIR}/freebsd.dsl
-DSLPRINT?= ${.CURDIR}/freebsd.dsl
-
-DOC_PREFIX?= ${.CURDIR}/../../..
-
-.include "${DOC_PREFIX}/share/mk/doc.project.mk"