diff options
Diffstat (limited to 'share/doc/smm/contents/Makefile')
-rw-r--r-- | share/doc/smm/contents/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/share/doc/smm/contents/Makefile b/share/doc/smm/contents/Makefile new file mode 100644 index 0000000..24d9089 --- /dev/null +++ b/share/doc/smm/contents/Makefile @@ -0,0 +1,9 @@ +# $Id$ + +VOLUME= smm +SRCS= contents.ms +FILES= ${SRCS} +DOC= contents +MACROS= -ms + +.include <bsd.doc.mk> |