diff options
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> |