diff options
Diffstat (limited to 'share/doc/smm/05.fastfs/Makefile')
-rw-r--r-- | share/doc/smm/05.fastfs/Makefile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/share/doc/smm/05.fastfs/Makefile b/share/doc/smm/05.fastfs/Makefile new file mode 100644 index 000000000000..d63aae2d877d --- /dev/null +++ b/share/doc/smm/05.fastfs/Makefile @@ -0,0 +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= +USE_EQN= + +.include <bsd.doc.mk> |