summaryrefslogtreecommitdiffstats
path: root/share/doc
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2004-10-24 15:33:08 +0000
committerru <ru@FreeBSD.org>2004-10-24 15:33:08 +0000
commit5db2b9d5b3371f0f9ee8b69caba9e7c1e641877f (patch)
tree2a28a087684353f3fc60fa304d31bd2590e83ab7 /share/doc
parentde65dd674240a6b2dc4e8d5f93291feb7cad100f (diff)
downloadFreeBSD-src-5db2b9d5b3371f0f9ee8b69caba9e7c1e641877f.zip
FreeBSD-src-5db2b9d5b3371f0f9ee8b69caba9e7c1e641877f.tar.gz
For variables that are only checked with defined(), don't provide
any fake value.
Diffstat (limited to 'share/doc')
-rw-r--r--share/doc/IPv6/Makefile2
-rw-r--r--share/doc/bind9/Makefile2
-rw-r--r--share/doc/papers/bufbio/Makefile2
-rw-r--r--share/doc/papers/devfs/Makefile2
-rw-r--r--share/doc/papers/diskperf/Makefile2
-rw-r--r--share/doc/papers/jail/Makefile2
-rw-r--r--share/doc/papers/kernmalloc/Makefile8
-rw-r--r--share/doc/papers/kerntune/Makefile8
-rw-r--r--share/doc/papers/nqnfs/Makefile4
-rw-r--r--share/doc/papers/px/Makefile4
-rw-r--r--share/doc/papers/relengr/Makefile2
-rw-r--r--share/doc/papers/sysperf/Makefile4
-rw-r--r--share/doc/papers/timecounter/Makefile6
-rw-r--r--share/doc/psd/01.cacm/Makefile4
-rw-r--r--share/doc/psd/02.implement/Makefile6
-rw-r--r--share/doc/psd/05.sysman/Makefile2
-rw-r--r--share/doc/psd/06.Clang/Makefile2
-rw-r--r--share/doc/psd/13.rcs/rcs/Makefile4
-rw-r--r--share/doc/psd/15.yacc/Makefile2
-rw-r--r--share/doc/psd/16.lex/Makefile2
-rw-r--r--share/doc/psd/18.gprof/Makefile8
-rw-r--r--share/doc/psd/20.ipctut/Makefile6
-rw-r--r--share/doc/psd/21.ipc/Makefile2
-rw-r--r--share/doc/psd/22.rpcgen/Makefile2
-rw-r--r--share/doc/psd/23.rpc/Makefile4
-rw-r--r--share/doc/psd/24.xdr/Makefile2
-rw-r--r--share/doc/psd/25.xdrrfc/Makefile2
-rw-r--r--share/doc/psd/26.rpcrfc/Makefile2
-rw-r--r--share/doc/psd/27.nfsrpc/Makefile2
-rw-r--r--share/doc/psd/28.cvs/Makefile4
-rw-r--r--share/doc/smm/01.setup/Makefile2
-rw-r--r--share/doc/smm/02.config/Makefile2
-rw-r--r--share/doc/smm/05.fastfs/Makefile4
-rw-r--r--share/doc/smm/08.sendmailop/Makefile4
-rw-r--r--share/doc/smm/12.timed/Makefile4
-rw-r--r--share/doc/usd/04.csh/Makefile2
-rw-r--r--share/doc/usd/07.mail/Makefile2
-rw-r--r--share/doc/usd/10.exref/summary/Makefile2
-rw-r--r--share/doc/usd/11.vitut/Makefile2
-rw-r--r--share/doc/usd/12.vi/summary/Makefile2
-rw-r--r--share/doc/usd/12.vi/vi/Makefile2
-rw-r--r--share/doc/usd/13.viref/Makefile4
-rw-r--r--share/doc/usd/21.troff/Makefile2
43 files changed, 69 insertions, 69 deletions
diff --git a/share/doc/IPv6/Makefile b/share/doc/IPv6/Makefile
index 4e4f34f..ed5dce0 100644
--- a/share/doc/IPv6/Makefile
+++ b/share/doc/IPv6/Makefile
@@ -1,6 +1,6 @@
# $FreeBSD$
-NOOBJ= noobj
+NOOBJ=
FILES= IMPLEMENTATION
FILESDIR= ${SHAREDIR}/doc/IPv6
diff --git a/share/doc/bind9/Makefile b/share/doc/bind9/Makefile
index 6fe2bc6..af8cf9a 100644
--- a/share/doc/bind9/Makefile
+++ b/share/doc/bind9/Makefile
@@ -5,7 +5,7 @@ SRCDIR= ${BIND_DIR}/doc
.PATH: ${BIND_DIR} ${SRCDIR}/arm ${SRCDIR}/misc
-NOOBJ= noobj
+NOOBJ=
FILESGROUPS= TOP ARM MISC
TOP= CHANGES COPYRIGHT FAQ KNOWN_DEFECTS README
diff --git a/share/doc/papers/bufbio/Makefile b/share/doc/papers/bufbio/Makefile
index 524ee04..9bdd487 100644
--- a/share/doc/papers/bufbio/Makefile
+++ b/share/doc/papers/bufbio/Makefile
@@ -5,7 +5,7 @@ DOC= bio
SRCS= bio.ms-patched
EXTRA= bufsize.eps
MACROS= -ms
-USE_PIC= YES
+USE_PIC=
CLEANFILES= bio.ms-patched
bio.ms-patched: bio.ms
diff --git a/share/doc/papers/devfs/Makefile b/share/doc/papers/devfs/Makefile
index 8683c94..53a79fc 100644
--- a/share/doc/papers/devfs/Makefile
+++ b/share/doc/papers/devfs/Makefile
@@ -4,6 +4,6 @@ VOLUME= papers
DOC= devfs
SRCS= paper.me
MACROS= -me
-USE_PIC= YES
+USE_PIC=
.include <bsd.doc.mk>
diff --git a/share/doc/papers/diskperf/Makefile b/share/doc/papers/diskperf/Makefile
index 41acd7a..7f7670c 100644
--- a/share/doc/papers/diskperf/Makefile
+++ b/share/doc/papers/diskperf/Makefile
@@ -6,6 +6,6 @@ DOC= diskperf
SRCS= abs.ms motivation.ms equip.ms methodology.ms tests.ms \
results.ms conclusions.ms appendix.ms
MACROS= -ms
-USE_TBL= YES
+USE_TBL=
.include <bsd.doc.mk>
diff --git a/share/doc/papers/jail/Makefile b/share/doc/papers/jail/Makefile
index 8e9fd28..5d49354 100644
--- a/share/doc/papers/jail/Makefile
+++ b/share/doc/papers/jail/Makefile
@@ -5,7 +5,7 @@ DOC= jail
SRCS= paper.ms-patched
EXTRA= implementation.ms mgt.ms future.ms jail01.eps
MACROS= -ms
-USE_SOELIM= YES
+USE_SOELIM=
CLEANFILES= paper.ms-patched
paper.ms-patched: paper.ms
diff --git a/share/doc/papers/kernmalloc/Makefile b/share/doc/papers/kernmalloc/Makefile
index ebb5cde..e706f0a 100644
--- a/share/doc/papers/kernmalloc/Makefile
+++ b/share/doc/papers/kernmalloc/Makefile
@@ -6,10 +6,10 @@ DOC= kernmalloc
SRCS= kernmalloc.t appendix.ms
EXTRA= alloc.fig usage.tbl
MACROS= -ms
-USE_EQN= YES
-USE_PIC= YES
-USE_SOELIM= YES
-USE_TBL= YES
+USE_EQN=
+USE_PIC=
+USE_SOELIM=
+USE_TBL=
CLEANFILES= appendix.ms
appendix.ms: appendix.t
diff --git a/share/doc/papers/kerntune/Makefile b/share/doc/papers/kerntune/Makefile
index 53e5a49..33416d6 100644
--- a/share/doc/papers/kerntune/Makefile
+++ b/share/doc/papers/kerntune/Makefile
@@ -6,9 +6,9 @@ DOC= kerntune
SRCS= 0.t 1.t 2.t 3.t 4.t
EXTRA= fig2.pic
MACROS= -ms
-USE_EQN= YES
-USE_PIC= YES
-USE_SOELIM= YES
-USE_TBL= YES
+USE_EQN=
+USE_PIC=
+USE_SOELIM=
+USE_TBL=
.include <bsd.doc.mk>
diff --git a/share/doc/papers/nqnfs/Makefile b/share/doc/papers/nqnfs/Makefile
index 788873c..f968068 100644
--- a/share/doc/papers/nqnfs/Makefile
+++ b/share/doc/papers/nqnfs/Makefile
@@ -5,7 +5,7 @@ VOLUME= papers
DOC= nqnfs
SRCS= nqnfs.me
MACROS= -me
-USE_PIC= YES
-USE_TBL= YES
+USE_PIC=
+USE_TBL=
.include <bsd.doc.mk>
diff --git a/share/doc/papers/px/Makefile b/share/doc/papers/px/Makefile
index 54a8e1c..aa31449 100644
--- a/share/doc/papers/px/Makefile
+++ b/share/doc/papers/px/Makefile
@@ -7,8 +7,8 @@ SRCS= tmac.p pxin0.n pxin1.n pxin2.n pxin3.n pxin4.n
EXTRA= fig1.1.n fig1.2.n fig1.3.n fig2.3.n fig2.4.n fig3.2.n \
fig3.3.n table2.1.n table2.2.n table2.3.n table3.1.n
MACROS= -ms
-USE_SOELIM= YES
-USE_TBL= YES
+USE_SOELIM=
+USE_TBL=
CLEANFILES= fig2.3.n
fig2.3.n: fig2.3.raw
diff --git a/share/doc/papers/relengr/Makefile b/share/doc/papers/relengr/Makefile
index ad7e38e..88ab5af 100644
--- a/share/doc/papers/relengr/Makefile
+++ b/share/doc/papers/relengr/Makefile
@@ -6,7 +6,7 @@ DOC= releng
SRCS= stubs 0.t 1.t 2.t 3.t
EXTRA= ref.bib
MACROS= -ms
-USE_REFER= YES
+USE_REFER=
CLEANFILES= stubs
stubs:
diff --git a/share/doc/papers/sysperf/Makefile b/share/doc/papers/sysperf/Makefile
index a6e89f5..9ddbc9d 100644
--- a/share/doc/papers/sysperf/Makefile
+++ b/share/doc/papers/sysperf/Makefile
@@ -6,8 +6,8 @@ DOC= sysperf
SRCS= 0.t 1.t 2.t 3.t 4.t 5.t 6.t 7.t appendix.tmp
EXTRA= a1.t a2.t
MACROS= -ms
-USE_EQN= YES
-USE_TBL= YES
+USE_EQN=
+USE_TBL=
CLEANFILES= appendix.tmp
appendix.tmp: a1.t a2.t
diff --git a/share/doc/papers/timecounter/Makefile b/share/doc/papers/timecounter/Makefile
index 252dba3..f6d158b 100644
--- a/share/doc/papers/timecounter/Makefile
+++ b/share/doc/papers/timecounter/Makefile
@@ -9,9 +9,9 @@ SRCS= tmac.usenix timecounter.ms-patched
EXTRA= fig1.eps fig2.eps fig3.eps fig4.eps fig5.eps gps.ps intr.ps
MACROS= -ms
CLEANFILES= timecounter.ms-patched
-USE_PIC=1
-USE_EQN=1
-USE_TBL=1
+USE_PIC=
+USE_EQN=
+USE_TBL=
timecounter.ms-patched: timecounter.ms
sed -E -e 's;(gps|intr).ps;${.CURDIR}/&;' -e 's;fig[0-9].eps;${.CURDIR}/&;' \
diff --git a/share/doc/psd/01.cacm/Makefile b/share/doc/psd/01.cacm/Makefile
index 78c7eb0..14a2f70 100644
--- a/share/doc/psd/01.cacm/Makefile
+++ b/share/doc/psd/01.cacm/Makefile
@@ -5,8 +5,8 @@ VOLUME= psd/01.cacm
SRCS= stubs p.mac p1 p2 p3 p4 p5 p6
EXTRA= ref.bib
MACROS= -ms
-USE_REFER= YES
-USE_TBL= YES
+USE_REFER=
+USE_TBL=
CLEANFILES= stubs
stubs:
diff --git a/share/doc/psd/02.implement/Makefile b/share/doc/psd/02.implement/Makefile
index 51aaa80..89d0dc3 100644
--- a/share/doc/psd/02.implement/Makefile
+++ b/share/doc/psd/02.implement/Makefile
@@ -5,9 +5,9 @@ VOLUME= psd/02.implement
SRCS= stubs implement
EXTRA= ref.bib
MACROS= -ms
-USE_PIC= YES
-USE_REFER= YES
-USE_SOELIM= YES
+USE_PIC=
+USE_REFER=
+USE_SOELIM=
CLEANFILES= stubs
stubs:
diff --git a/share/doc/psd/05.sysman/Makefile b/share/doc/psd/05.sysman/Makefile
index 48b9414..2c0ec7b 100644
--- a/share/doc/psd/05.sysman/Makefile
+++ b/share/doc/psd/05.sysman/Makefile
@@ -5,6 +5,6 @@ VOLUME= psd/05.sysman
SRCS= 0.t 1.0.t 1.1.t 1.2.t 1.3.t 1.4.t 1.5.t 1.6.t 1.7.t \
2.0.t 2.1.t 2.2.t 2.3.t 2.4.t 2.5.t a.t
MACROS= -ms
-USE_TBL= YES
+USE_TBL=
.include <bsd.doc.mk>
diff --git a/share/doc/psd/06.Clang/Makefile b/share/doc/psd/06.Clang/Makefile
index cbd9af2..877a97c 100644
--- a/share/doc/psd/06.Clang/Makefile
+++ b/share/doc/psd/06.Clang/Makefile
@@ -4,6 +4,6 @@
VOLUME= psd/06.Clang
SRCS= Clang.ms
MACROS= -ms
-USE_TBL= YES
+USE_TBL=
.include <bsd.doc.mk>
diff --git a/share/doc/psd/13.rcs/rcs/Makefile b/share/doc/psd/13.rcs/rcs/Makefile
index 41a630e..6d94aed 100644
--- a/share/doc/psd/13.rcs/rcs/Makefile
+++ b/share/doc/psd/13.rcs/rcs/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
SRCS= rcs.ms
-USE_PIC= YES
-USE_TBL= YES
+USE_PIC=
+USE_TBL=
.include <bsd.doc.mk>
diff --git a/share/doc/psd/15.yacc/Makefile b/share/doc/psd/15.yacc/Makefile
index e597df2..4381c98 100644
--- a/share/doc/psd/15.yacc/Makefile
+++ b/share/doc/psd/15.yacc/Makefile
@@ -6,7 +6,7 @@ SRCS= stubs ss.. ss0 ss1 ss2 ss3 ss4 ss5 ss6 ss7 ss8 ss9 \
ssA ssB ssa ssb ssc ssd
EXTRA= ref.bib
MACROS= -ms
-USE_REFER= YES
+USE_REFER=
CLEANFILES= stubs
stubs:
diff --git a/share/doc/psd/16.lex/Makefile b/share/doc/psd/16.lex/Makefile
index 4049bd6..6dea7c0 100644
--- a/share/doc/psd/16.lex/Makefile
+++ b/share/doc/psd/16.lex/Makefile
@@ -4,6 +4,6 @@
VOLUME= psd/16.lex
SRCS= lex.ms
MACROS= -ms
-USE_TBL= YES
+USE_TBL=
.include <bsd.doc.mk>
diff --git a/share/doc/psd/18.gprof/Makefile b/share/doc/psd/18.gprof/Makefile
index 30ec4e0..1097072 100644
--- a/share/doc/psd/18.gprof/Makefile
+++ b/share/doc/psd/18.gprof/Makefile
@@ -6,10 +6,10 @@ SRCS= header.me abstract.me intro.me profiling.me gathering.me \
postp.me present.me refs.me
EXTRA= postp1.pic postp2.pic postp3.pic pres1.pic pres2.pic
MACROS= -me
-USE_SOELIM= YES
-USE_PIC= YES
-USE_TBL= YES
-USE_EQN= YES
+USE_SOELIM=
+USE_PIC=
+USE_TBL=
+USE_EQN=
SRCDIR= ${.CURDIR}/../../../../usr.bin/gprof/PSD.doc
.include <bsd.doc.mk>
diff --git a/share/doc/psd/20.ipctut/Makefile b/share/doc/psd/20.ipctut/Makefile
index aabef10..934cdea 100644
--- a/share/doc/psd/20.ipctut/Makefile
+++ b/share/doc/psd/20.ipctut/Makefile
@@ -7,8 +7,8 @@ MACROS= -me
EXTRA= dgramread.c dgramsend.c fig2.pic fig3.pic fig8.pic pipe.c \
socketpair.c strchkread.c streamread.c streamwrite.c \
udgramread.c udgramsend.c ustreamread.c ustreamwrite.c
-USE_SOELIM= YES
-USE_PIC= YES
-USE_TBL= YES
+USE_SOELIM=
+USE_PIC=
+USE_TBL=
.include <bsd.doc.mk>
diff --git a/share/doc/psd/21.ipc/Makefile b/share/doc/psd/21.ipc/Makefile
index 67ceab8..67c3d6c 100644
--- a/share/doc/psd/21.ipc/Makefile
+++ b/share/doc/psd/21.ipc/Makefile
@@ -4,6 +4,6 @@
VOLUME= psd/21.ipc
SRCS= 0.t 1.t 2.t 3.t 4.t 5.t
MACROS= -ms
-USE_TBL= YES
+USE_TBL=
.include <bsd.doc.mk>
diff --git a/share/doc/psd/22.rpcgen/Makefile b/share/doc/psd/22.rpcgen/Makefile
index 4d14019..4c38add 100644
--- a/share/doc/psd/22.rpcgen/Makefile
+++ b/share/doc/psd/22.rpcgen/Makefile
@@ -3,7 +3,7 @@
VOLUME= psd/22.rpcgen
SRCS= stubs rpcgen.ms
MACROS= -ms
-USE_TBL= YES
+USE_TBL=
SRCDIR= ${.CURDIR}/../../../../lib/libc/rpc/PSD.doc
.include <bsd.doc.mk>
diff --git a/share/doc/psd/23.rpc/Makefile b/share/doc/psd/23.rpc/Makefile
index 00e15d8..77849b6 100644
--- a/share/doc/psd/23.rpc/Makefile
+++ b/share/doc/psd/23.rpc/Makefile
@@ -3,8 +3,8 @@
VOLUME= psd/23.rpc
SRCS= stubs rpc.prog.ms
MACROS= -ms
-USE_TBL= YES
-USE_PIC= YES
+USE_TBL=
+USE_PIC=
SRCDIR= ${.CURDIR}/../../../../lib/libc/rpc/PSD.doc
.include <bsd.doc.mk>
diff --git a/share/doc/psd/24.xdr/Makefile b/share/doc/psd/24.xdr/Makefile
index 2338152..878dca1 100644
--- a/share/doc/psd/24.xdr/Makefile
+++ b/share/doc/psd/24.xdr/Makefile
@@ -3,7 +3,7 @@
VOLUME= psd/24.xdr
SRCS= stubs xdr.nts.ms
MACROS= -ms
-USE_EQN= YES
+USE_EQN=
SRCDIR= ${.CURDIR}/../../../../lib/libc/rpc/PSD.doc
.include <bsd.doc.mk>
diff --git a/share/doc/psd/25.xdrrfc/Makefile b/share/doc/psd/25.xdrrfc/Makefile
index 07e5ec1..105135e 100644
--- a/share/doc/psd/25.xdrrfc/Makefile
+++ b/share/doc/psd/25.xdrrfc/Makefile
@@ -3,7 +3,7 @@
VOLUME= psd/25.xdrrfc
SRCS= stubs xdr.rfc.ms
MACROS= -ms
-USE_TBL= YES
+USE_TBL=
SRCDIR= ${.CURDIR}/../../../../lib/libc/rpc/PSD.doc
.include <bsd.doc.mk>
diff --git a/share/doc/psd/26.rpcrfc/Makefile b/share/doc/psd/26.rpcrfc/Makefile
index 233aa99..79214f1 100644
--- a/share/doc/psd/26.rpcrfc/Makefile
+++ b/share/doc/psd/26.rpcrfc/Makefile
@@ -3,7 +3,7 @@
VOLUME= psd/26.rpcrfc
SRCS= stubs rpc.rfc.ms
MACROS= -ms
-USE_TBL= YES
+USE_TBL=
SRCDIR= ${.CURDIR}/../../../../lib/libc/rpc/PSD.doc
.include <bsd.doc.mk>
diff --git a/share/doc/psd/27.nfsrpc/Makefile b/share/doc/psd/27.nfsrpc/Makefile
index 3eaa6e8..5904787 100644
--- a/share/doc/psd/27.nfsrpc/Makefile
+++ b/share/doc/psd/27.nfsrpc/Makefile
@@ -3,7 +3,7 @@
VOLUME= psd/27.nfsrfc
SRCS= stubs nfs.rfc.ms
MACROS= -ms
-USE_TBL= YES
+USE_TBL=
SRCDIR= ${.CURDIR}/../../../../lib/libc/rpc/PSD.doc
.include <bsd.doc.mk>
diff --git a/share/doc/psd/28.cvs/Makefile b/share/doc/psd/28.cvs/Makefile
index 92f9339..a624732 100644
--- a/share/doc/psd/28.cvs/Makefile
+++ b/share/doc/psd/28.cvs/Makefile
@@ -3,8 +3,8 @@
VOLUME= psd/28.cvs
SRCS= cvs-paper.ms
MACROS= -ms
-USE_PIC= YES
-USE_TBL= YES
+USE_PIC=
+USE_TBL=
SRCDIR= ${.CURDIR}/../../../../contrib/cvs/doc
.include <bsd.doc.mk>
diff --git a/share/doc/smm/01.setup/Makefile b/share/doc/smm/01.setup/Makefile
index 3572f4c..b2d9c30 100644
--- a/share/doc/smm/01.setup/Makefile
+++ b/share/doc/smm/01.setup/Makefile
@@ -4,6 +4,6 @@
VOLUME= smm/01.setup
SRCS= stubs 0.t 1.t 2.t 3.t 4.t 5.t 6.t
MACROS= -ms
-USE_TBL= YES
+USE_TBL=
.include <bsd.doc.mk>
diff --git a/share/doc/smm/02.config/Makefile b/share/doc/smm/02.config/Makefile
index e801d6b..26ed70a 100644
--- a/share/doc/smm/02.config/Makefile
+++ b/share/doc/smm/02.config/Makefile
@@ -4,7 +4,7 @@
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
MACROS= -ms
-USE_TBL= YES
+USE_TBL=
SRCDIR= ${.CURDIR}/../../../../usr.sbin/config/SMM.doc
.include <bsd.doc.mk>
diff --git a/share/doc/smm/05.fastfs/Makefile b/share/doc/smm/05.fastfs/Makefile
index 4454d63..d63aae2 100644
--- a/share/doc/smm/05.fastfs/Makefile
+++ b/share/doc/smm/05.fastfs/Makefile
@@ -4,7 +4,7 @@
VOLUME= smm/05.fastfs
SRCS= 0.t 1.t 2.t 3.t 4.t 5.t 6.t
MACROS= -ms
-USE_TBL= YES
-USE_EQN= YES
+USE_TBL=
+USE_EQN=
.include <bsd.doc.mk>
diff --git a/share/doc/smm/08.sendmailop/Makefile b/share/doc/smm/08.sendmailop/Makefile
index a236647..482ed79 100644
--- a/share/doc/smm/08.sendmailop/Makefile
+++ b/share/doc/smm/08.sendmailop/Makefile
@@ -4,8 +4,8 @@
VOLUME= smm/08.sendmailop
SRCS= op.me
MACROS= -me
-USE_PIC= YES
-USE_EQN= YES
+USE_PIC=
+USE_EQN=
SRCDIR= ${.CURDIR}/../../../../contrib/sendmail/doc/op
.include <bsd.doc.mk>
diff --git a/share/doc/smm/12.timed/Makefile b/share/doc/smm/12.timed/Makefile
index b926b87..1d9ed5c 100644
--- a/share/doc/smm/12.timed/Makefile
+++ b/share/doc/smm/12.timed/Makefile
@@ -5,8 +5,8 @@ VOLUME= smm/12.timed
SRCS= timed.ms
EXTRA= date loop time unused
MACROS= -ms
-USE_SOELIM= YES
-USE_TBL= YES
+USE_SOELIM=
+USE_TBL=
SRCDIR= ${.CURDIR}/../../../../usr.sbin/timed/SMM.doc/timed
.include <bsd.doc.mk>
diff --git a/share/doc/usd/04.csh/Makefile b/share/doc/usd/04.csh/Makefile
index e917c82..d22a7b9 100644
--- a/share/doc/usd/04.csh/Makefile
+++ b/share/doc/usd/04.csh/Makefile
@@ -4,7 +4,7 @@
VOLUME= usd/04.csh
SRCS= tabs csh.1 csh.2 csh.3 csh.4 csh.a csh.g
MACROS= -ms
-USE_SOELIM= YES
+USE_SOELIM=
SRCDIR= ${.CURDIR}/../../../../bin/csh/USD.doc
.include <bsd.doc.mk>
diff --git a/share/doc/usd/07.mail/Makefile b/share/doc/usd/07.mail/Makefile
index f858309..d5a6d3c 100644
--- a/share/doc/usd/07.mail/Makefile
+++ b/share/doc/usd/07.mail/Makefile
@@ -5,7 +5,7 @@ VOLUME= usd/07.mail
SRCS= mail0.nr mail1.nr mail2.nr mail3.nr mail4.nr mail5.nr mail6.nr \
mail7.nr mail8.nr mail9.nr maila.nr
MACROS= -me
-USE_TBL= YES
+USE_TBL=
SRCDIR= ${.CURDIR}/../../../../usr.bin/mail/USD.doc
.include <bsd.doc.mk>
diff --git a/share/doc/usd/10.exref/summary/Makefile b/share/doc/usd/10.exref/summary/Makefile
index 17fbbec..143333f 100644
--- a/share/doc/usd/10.exref/summary/Makefile
+++ b/share/doc/usd/10.exref/summary/Makefile
@@ -2,6 +2,6 @@
DOC= summary
SRCS= ex.summary
-USE_TBL= YES
+USE_TBL=
.include <bsd.doc.mk>
diff --git a/share/doc/usd/11.vitut/Makefile b/share/doc/usd/11.vitut/Makefile
index ab44651..f412b62 100644
--- a/share/doc/usd/11.vitut/Makefile
+++ b/share/doc/usd/11.vitut/Makefile
@@ -4,7 +4,7 @@
VOLUME= usd/11.edit
SRCS= edittut.ms
MACROS= -ms
-USE_TBL= YES
+USE_TBL=
SRCDIR= ${.CURDIR}/../../../../contrib/nvi/docs/USD.doc/edit
# index for versatec is different from the one in edit.tut
diff --git a/share/doc/usd/12.vi/summary/Makefile b/share/doc/usd/12.vi/summary/Makefile
index ab55a90..425536d 100644
--- a/share/doc/usd/12.vi/summary/Makefile
+++ b/share/doc/usd/12.vi/summary/Makefile
@@ -2,6 +2,6 @@
DOC= summary
SRCS= vi.summary
-USE_TBL= YES
+USE_TBL=
.include <bsd.doc.mk>
diff --git a/share/doc/usd/12.vi/vi/Makefile b/share/doc/usd/12.vi/vi/Makefile
index 3809036..6021b09 100644
--- a/share/doc/usd/12.vi/vi/Makefile
+++ b/share/doc/usd/12.vi/vi/Makefile
@@ -1,6 +1,6 @@
# $FreeBSD$
SRCS= vi.in vi.chars
-USE_TBL= YES
+USE_TBL=
.include <bsd.doc.mk>
diff --git a/share/doc/usd/13.viref/Makefile b/share/doc/usd/13.viref/Makefile
index ac9f088..d7bb392 100644
--- a/share/doc/usd/13.viref/Makefile
+++ b/share/doc/usd/13.viref/Makefile
@@ -7,8 +7,8 @@ EXTRA= ex.cmd.roff ref.so set.opt.roff vi.cmd.roff
MACROS= -me
CLEANFILES= vi.ref-patched index
TRFLAGS= -U # this is to hide warnings only
-USE_SOELIM= YES
-USE_TBL= YES
+USE_SOELIM=
+USE_TBL=
SRCDIR= ${.CURDIR}/../../../../contrib/nvi/docs/USD.doc/vi.ref
vi.ref-patched: vi.ref
diff --git a/share/doc/usd/21.troff/Makefile b/share/doc/usd/21.troff/Makefile
index 0f9bfa2..92ed429 100644
--- a/share/doc/usd/21.troff/Makefile
+++ b/share/doc/usd/21.troff/Makefile
@@ -3,6 +3,6 @@
VOLUME= usd/21.troff
SRCS= m.mac m0 m0a m1 m2 m3 m4 m5 table1 table2
-USE_TBL= YES
+USE_TBL=
.include <bsd.doc.mk>
OpenPOWER on IntegriCloud