summaryrefslogtreecommitdiffstats
path: root/share/doc/smm
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2002-10-29 15:01:59 +0000
committerru <ru@FreeBSD.org>2002-10-29 15:01:59 +0000
commit683e5c5ffc1482fba15ed8baeee9ee18163e2043 (patch)
treebc812bbd00eb0c64dd1532b5b4da5af39cbb0c2d /share/doc/smm
parent9b8077fdcc4f70d72d1f9be03adbe9b8326d5ab2 (diff)
downloadFreeBSD-src-683e5c5ffc1482fba15ed8baeee9ee18163e2043.zip
FreeBSD-src-683e5c5ffc1482fba15ed8baeee9ee18163e2043.tar.gz
Use a single style for share/doc/ makefiles.
Diffstat (limited to 'share/doc/smm')
-rw-r--r--share/doc/smm/01.setup/Makefile9
-rw-r--r--share/doc/smm/02.config/Makefile11
-rw-r--r--share/doc/smm/05.fastfs/Makefile11
-rw-r--r--share/doc/smm/08.sendmailop/Makefile14
-rw-r--r--share/doc/smm/12.timed/Makefile14
-rw-r--r--share/doc/smm/contents/Makefile2
-rw-r--r--share/doc/smm/title/Makefile2
7 files changed, 29 insertions, 34 deletions
diff --git a/share/doc/smm/01.setup/Makefile b/share/doc/smm/01.setup/Makefile
index b11596e..3572f4c 100644
--- a/share/doc/smm/01.setup/Makefile
+++ b/share/doc/smm/01.setup/Makefile
@@ -1,10 +1,9 @@
# From: @(#)Makefile 8.1 (Berkeley) 7/27/93
# $FreeBSD$
-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
+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
.include <bsd.doc.mk>
diff --git a/share/doc/smm/02.config/Makefile b/share/doc/smm/02.config/Makefile
index 949a352..e801d6b 100644
--- a/share/doc/smm/02.config/Makefile
+++ b/share/doc/smm/02.config/Makefile
@@ -1,11 +1,10 @@
# From: @(#)Makefile 8.1 (Berkeley) 6/8/93
# $FreeBSD$
-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
-SRCDIR= ${.CURDIR}/../../../../usr.sbin/config/SMM.doc
-
-USE_TBL= yes
+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
+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 7928d2d..4454d63 100644
--- a/share/doc/smm/05.fastfs/Makefile
+++ b/share/doc/smm/05.fastfs/Makefile
@@ -1,11 +1,10 @@
# From: @(#)Makefile 8.1 (Berkeley) 6/8/93
# $FreeBSD$
-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
+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
.include <bsd.doc.mk>
diff --git a/share/doc/smm/08.sendmailop/Makefile b/share/doc/smm/08.sendmailop/Makefile
index 2ed8acb..5770c96 100644
--- a/share/doc/smm/08.sendmailop/Makefile
+++ b/share/doc/smm/08.sendmailop/Makefile
@@ -3,13 +3,11 @@
MAINTAINER= gshapiro@FreeBSD.org
-VOLUME= smm/08.sendmailop
-SRCS= op.me
-MACROS= -me
-
-SRCDIR= ${.CURDIR}/../../../../contrib/sendmail/doc/op
-
-USE_PIC= yes
-USE_EQN= yes
+VOLUME= smm/08.sendmailop
+SRCS= op.me
+MACROS= -me
+USE_PIC= YES
+USE_EQN= YES
+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 797a483..b926b87 100644
--- a/share/doc/smm/12.timed/Makefile
+++ b/share/doc/smm/12.timed/Makefile
@@ -1,12 +1,12 @@
# From: @(#)Makefile 8.1 (Berkeley) 6/8/93
# $FreeBSD$
-VOLUME= smm/12.timed
-SRCS= timed.ms
-EXTRA= date loop time unused
-MACROS= -ms
-SRCDIR= ${.CURDIR}/../../../../usr.sbin/timed/SMM.doc/timed
-USE_SOELIM= yes
-USE_TBL= yes
+VOLUME= smm/12.timed
+SRCS= timed.ms
+EXTRA= date loop time unused
+MACROS= -ms
+USE_SOELIM= YES
+USE_TBL= YES
+SRCDIR= ${.CURDIR}/../../../../usr.sbin/timed/SMM.doc/timed
.include <bsd.doc.mk>
diff --git a/share/doc/smm/contents/Makefile b/share/doc/smm/contents/Makefile
index 1c8d454..aa73faa 100644
--- a/share/doc/smm/contents/Makefile
+++ b/share/doc/smm/contents/Makefile
@@ -1,8 +1,8 @@
# $FreeBSD$
VOLUME= smm
-SRCS= contents.ms
DOC= contents
+SRCS= contents.ms
MACROS= -ms
.include <bsd.doc.mk>
diff --git a/share/doc/smm/title/Makefile b/share/doc/smm/title/Makefile
index b6718e5..b2bbe8f 100644
--- a/share/doc/smm/title/Makefile
+++ b/share/doc/smm/title/Makefile
@@ -1,8 +1,8 @@
# $FreeBSD$
VOLUME= smm
-SRCS= Title
DOC= Title
+SRCS= Title
# unroff(1) requires a macro package as an argument
.if defined(PRINTERDEVICE) && ${PRINTERDEVICE} == "html"
OpenPOWER on IntegriCloud