diff options
author | Ruslan Ermilov <ru@FreeBSD.org> | 2002-10-29 15:01:59 +0000 |
---|---|---|
committer | Ruslan Ermilov <ru@FreeBSD.org> | 2002-10-29 15:01:59 +0000 |
commit | 71fe318b852b8dfb3e799cb12ef184750f7f8eac (patch) | |
tree | bc812bbd00eb0c64dd1532b5b4da5af39cbb0c2d /share/doc/smm/contents/Makefile | |
parent | ff56972e0ea773c9254243819d9d823366be1da1 (diff) |
Use a single style for share/doc/ makefiles.
Notes
Notes:
svn path=/head/; revision=106146
Diffstat (limited to 'share/doc/smm/contents/Makefile')
-rw-r--r-- | share/doc/smm/contents/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/doc/smm/contents/Makefile b/share/doc/smm/contents/Makefile index 1c8d454eab34..aa73faaf4e95 100644 --- a/share/doc/smm/contents/Makefile +++ b/share/doc/smm/contents/Makefile @@ -1,8 +1,8 @@ # $FreeBSD$ VOLUME= smm -SRCS= contents.ms DOC= contents +SRCS= contents.ms MACROS= -ms .include <bsd.doc.mk> |