diff options
author | ru <ru@FreeBSD.org> | 2002-10-29 15:01:59 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2002-10-29 15:01:59 +0000 |
commit | 683e5c5ffc1482fba15ed8baeee9ee18163e2043 (patch) | |
tree | bc812bbd00eb0c64dd1532b5b4da5af39cbb0c2d /share/doc/smm/05.fastfs | |
parent | 9b8077fdcc4f70d72d1f9be03adbe9b8326d5ab2 (diff) | |
download | FreeBSD-src-683e5c5ffc1482fba15ed8baeee9ee18163e2043.zip FreeBSD-src-683e5c5ffc1482fba15ed8baeee9ee18163e2043.tar.gz |
Use a single style for share/doc/ makefiles.
Diffstat (limited to 'share/doc/smm/05.fastfs')
-rw-r--r-- | share/doc/smm/05.fastfs/Makefile | 11 |
1 files changed, 5 insertions, 6 deletions
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> |