diff options
author | Ruslan Ermilov <ru@FreeBSD.org> | 2002-10-29 15:01:59 +0000 |
---|---|---|
committer | Ruslan Ermilov <ru@FreeBSD.org> | 2002-10-29 15:01:59 +0000 |
commit | 71fe318b852b8dfb3e799cb12ef184750f7f8eac (patch) | |
tree | bc812bbd00eb0c64dd1532b5b4da5af39cbb0c2d /share/doc/papers/kerntune | |
parent | ff56972e0ea773c9254243819d9d823366be1da1 (diff) |
Use a single style for share/doc/ makefiles.
Notes
Notes:
svn path=/head/; revision=106146
Diffstat (limited to 'share/doc/papers/kerntune')
-rw-r--r-- | share/doc/papers/kerntune/Makefile | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/share/doc/papers/kerntune/Makefile b/share/doc/papers/kerntune/Makefile index 1e1bcf3f720a..53e5a4987030 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 <bsd.doc.mk> |