diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2002-10-29 14:56:09 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2002-10-29 14:56:09 +0000 |
| commit | b382ba4fb114aa213e4f3599b9f15fd3f14f82fb (patch) | |
| tree | a705353b040f762a1e29b454e0f34c5802e4a62a /share/doc/papers/sysperf/Makefile | |
| parent | 408b5dd1c3e07283ec7e55bad60d1fc0d3ff4290 (diff) | |
Notes
Diffstat (limited to 'share/doc/papers/sysperf/Makefile')
| -rw-r--r-- | share/doc/papers/sysperf/Makefile | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/share/doc/papers/sysperf/Makefile b/share/doc/papers/sysperf/Makefile index 8494857b0c9b..a6e89f538fbb 100644 --- a/share/doc/papers/sysperf/Makefile +++ b/share/doc/papers/sysperf/Makefile @@ -1,16 +1,14 @@ # From: @(#)Makefile 1.6 (Berkeley) 6/8/93 # $FreeBSD$ -VOLUME= papers -DOC= sysperf -MACROS= -ms -SRCS= 0.t 1.t 2.t 3.t 4.t 5.t 6.t 7.t -EXTRA= a1.t a2.t -SRCS+= appendix.tmp +VOLUME= papers +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 CLEANFILES= appendix.tmp -SRCDIR= ${.OBJDIR} -USE_EQN= yes -USE_TBL= yes appendix.tmp: a1.t a2.t ${GRIND} ${.CURDIR}/a1.t | awk '/\.\(\)/{ cnt = 2 } \ |
