summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--share/doc/papers/contents/Makefile2
-rw-r--r--share/doc/psd/contents/Makefile1
-rw-r--r--share/doc/psd/title/Makefile1
-rw-r--r--share/doc/smm/01.setup/Makefile1
-rw-r--r--share/doc/smm/02.config/Makefile1
-rw-r--r--share/doc/smm/contents/Makefile1
-rw-r--r--share/doc/smm/title/Makefile1
-rw-r--r--share/doc/usd/contents/Makefile1
-rw-r--r--share/doc/usd/title/Makefile1
-rw-r--r--share/mk/bsd.doc.mk1
10 files changed, 0 insertions, 11 deletions
diff --git a/share/doc/papers/contents/Makefile b/share/doc/papers/contents/Makefile
index 1f70105..d15ff9c 100644
--- a/share/doc/papers/contents/Makefile
+++ b/share/doc/papers/contents/Makefile
@@ -2,9 +2,7 @@
VOLUME= papers
DOC= contents
-
SRCS= contents.ms
-FILES= ${SRCS}
MACROS= -ms
.include <bsd.doc.mk>
diff --git a/share/doc/psd/contents/Makefile b/share/doc/psd/contents/Makefile
index 59495e5..5c4512e 100644
--- a/share/doc/psd/contents/Makefile
+++ b/share/doc/psd/contents/Makefile
@@ -2,7 +2,6 @@
VOLUME= psd
SRCS= contents.ms
-FILES= ${SRCS}
DOC= contents
MACROS= -ms
diff --git a/share/doc/psd/title/Makefile b/share/doc/psd/title/Makefile
index 0f6d9c0..fde1e98 100644
--- a/share/doc/psd/title/Makefile
+++ b/share/doc/psd/title/Makefile
@@ -2,7 +2,6 @@
VOLUME= psd
SRCS= Title
-FILES= ${SRCS}
DOC= Title
# unroff(1) requires a macro package as an argument
diff --git a/share/doc/smm/01.setup/Makefile b/share/doc/smm/01.setup/Makefile
index 8e84f18..b11596e 100644
--- a/share/doc/smm/01.setup/Makefile
+++ b/share/doc/smm/01.setup/Makefile
@@ -3,7 +3,6 @@
VOLUME= smm/01.setup
SRCS= stubs 0.t 1.t 2.t 3.t 4.t 5.t 6.t
-FILES= ${SRCS}
MACROS= -ms
USE_TBL= yes
diff --git a/share/doc/smm/02.config/Makefile b/share/doc/smm/02.config/Makefile
index fd07ffe..949a352 100644
--- a/share/doc/smm/02.config/Makefile
+++ b/share/doc/smm/02.config/Makefile
@@ -3,7 +3,6 @@
VOLUME= smm/02.config
SRCS= 0.t 1.t 2.t 3.t 4.t 5.t 6.t a.t b.t c.t d.t e.t
-FILES= ${SRCS}
MACROS= -ms
SRCDIR= ${.CURDIR}/../../../../usr.sbin/config/SMM.doc
diff --git a/share/doc/smm/contents/Makefile b/share/doc/smm/contents/Makefile
index ac97e42..1c8d454 100644
--- a/share/doc/smm/contents/Makefile
+++ b/share/doc/smm/contents/Makefile
@@ -2,7 +2,6 @@
VOLUME= smm
SRCS= contents.ms
-FILES= ${SRCS}
DOC= contents
MACROS= -ms
diff --git a/share/doc/smm/title/Makefile b/share/doc/smm/title/Makefile
index 899f922..b6718e5 100644
--- a/share/doc/smm/title/Makefile
+++ b/share/doc/smm/title/Makefile
@@ -2,7 +2,6 @@
VOLUME= smm
SRCS= Title
-FILES= ${SRCS}
DOC= Title
# unroff(1) requires a macro package as an argument
diff --git a/share/doc/usd/contents/Makefile b/share/doc/usd/contents/Makefile
index 4b9a691..283b69d 100644
--- a/share/doc/usd/contents/Makefile
+++ b/share/doc/usd/contents/Makefile
@@ -2,7 +2,6 @@
VOLUME= usd
SRCS= contents.ms
-FILES= ${SRCS}
DOC= contents
MACROS= -ms
diff --git a/share/doc/usd/title/Makefile b/share/doc/usd/title/Makefile
index e3b380f..4b14043 100644
--- a/share/doc/usd/title/Makefile
+++ b/share/doc/usd/title/Makefile
@@ -2,7 +2,6 @@
VOLUME= usd
SRCS= Title
-FILES= ${SRCS}
DOC= Title
# unroff(1) requires a macro package as an argument
diff --git a/share/mk/bsd.doc.mk b/share/mk/bsd.doc.mk
index 74afc3d..287a57a 100644
--- a/share/mk/bsd.doc.mk
+++ b/share/mk/bsd.doc.mk
@@ -106,7 +106,6 @@ CLEANFILES+= ${DOC}.ascii ${DOC}.ascii${DCOMPRESS_EXT} \
${DOC}.ps ${DOC}.ps${DCOMPRESS_EXT} \
${DOC}.html ${DOC}-*.html
-FILES?= ${SRCS}
realinstall:
.if ${PRINTERDEVICE} == "html"
cd ${SRCDIR}; \
OpenPOWER on IntegriCloud