From 683e5c5ffc1482fba15ed8baeee9ee18163e2043 Mon Sep 17 00:00:00 2001 From: ru Date: Tue, 29 Oct 2002 15:01:59 +0000 Subject: Use a single style for share/doc/ makefiles. --- share/doc/papers/beyond4.3/Makefile | 2 +- share/doc/papers/devfs/Makefile | 10 +++++----- share/doc/papers/diskperf/Makefile | 12 ++++++------ share/doc/papers/kerntune/Makefile | 18 +++++++++--------- share/doc/papers/malloc/Makefile | 7 ++----- share/doc/papers/nqnfs/Makefile | 12 ++++++------ 6 files changed, 29 insertions(+), 32 deletions(-) (limited to 'share/doc/papers') diff --git a/share/doc/papers/beyond4.3/Makefile b/share/doc/papers/beyond4.3/Makefile index 831c055..7d1fa49 100644 --- a/share/doc/papers/beyond4.3/Makefile +++ b/share/doc/papers/beyond4.3/Makefile @@ -2,8 +2,8 @@ # $FreeBSD$ VOLUME= papers -SRCS= beyond43.ms DOC= beyond43 +SRCS= beyond43.ms MACROS= -ms .include diff --git a/share/doc/papers/devfs/Makefile b/share/doc/papers/devfs/Makefile index 830fd0f..8683c94 100644 --- a/share/doc/papers/devfs/Makefile +++ b/share/doc/papers/devfs/Makefile @@ -1,9 +1,9 @@ # $FreeBSD$ -VOLUME= papers -DOC= devfs -SRCS= paper.me -MACROS= -me -USE_PIC= yes +VOLUME= papers +DOC= devfs +SRCS= paper.me +MACROS= -me +USE_PIC= YES .include diff --git a/share/doc/papers/diskperf/Makefile b/share/doc/papers/diskperf/Makefile index 2dbe2a3..41acd7a 100644 --- a/share/doc/papers/diskperf/Makefile +++ b/share/doc/papers/diskperf/Makefile @@ -1,11 +1,11 @@ # From: @(#)Makefile 6.3 (Berkeley) 6/8/93 # $FreeBSD$ -VOLUME= papers -DOC= diskperf -SRCS= abs.ms motivation.ms equip.ms methodology.ms tests.ms results.ms \ - conclusions.ms appendix.ms -MACROS= -ms -USE_TBL= yes +VOLUME= papers +DOC= diskperf +SRCS= abs.ms motivation.ms equip.ms methodology.ms tests.ms \ + results.ms conclusions.ms appendix.ms +MACROS= -ms +USE_TBL= YES .include diff --git a/share/doc/papers/kerntune/Makefile b/share/doc/papers/kerntune/Makefile index 1e1bcf3..53e5a49 100644 --- a/share/doc/papers/kerntune/Makefile +++ b/share/doc/papers/kerntune/Makefile @@ -1,14 +1,14 @@ # From: @(#)Makefile 1.5 (Berkeley) 6/8/93 # $FreeBSD$ -VOLUME= papers -DOC= kerntune -SRCS= 0.t 1.t 2.t 3.t 4.t -EXTRA= fig2.pic -MACROS= -ms -USE_SOELIM= yes -USE_PIC= yes -USE_TBL= yes -USE_EQN= yes +VOLUME= papers +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 .include diff --git a/share/doc/papers/malloc/Makefile b/share/doc/papers/malloc/Makefile index 5e2c318..00e1e3d 100644 --- a/share/doc/papers/malloc/Makefile +++ b/share/doc/papers/malloc/Makefile @@ -3,11 +3,8 @@ VOLUME= papers DOC= malloc -SRCS= abs.ms intro.ms kernel.ms malloc.ms problems.ms alternatives.ms -SRCS+= performance.ms implementation.ms conclusion.ms +SRCS= abs.ms intro.ms kernel.ms malloc.ms problems.ms alternatives.ms \ + performance.ms implementation.ms conclusion.ms MACROS= -ms -edit: - vi ${SRCS} - .include diff --git a/share/doc/papers/nqnfs/Makefile b/share/doc/papers/nqnfs/Makefile index a937ed7..788873c 100644 --- a/share/doc/papers/nqnfs/Makefile +++ b/share/doc/papers/nqnfs/Makefile @@ -1,11 +1,11 @@ # From: @(#)Makefile 8.1 (Berkeley) 4/20/94 # $FreeBSD$ -VOLUME= papers -DOC= nqnfs -SRCS= nqnfs.me -MACROS= -me -USE_PIC= yes -USE_TBL= yes +VOLUME= papers +DOC= nqnfs +SRCS= nqnfs.me +MACROS= -me +USE_PIC= YES +USE_TBL= YES .include -- cgit v1.1