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/title | |
parent | ff56972e0ea773c9254243819d9d823366be1da1 (diff) |
Use a single style for share/doc/ makefiles.
Notes
Notes:
svn path=/head/; revision=106146
Diffstat (limited to 'share/doc/smm/title')
-rw-r--r-- | share/doc/smm/title/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/doc/smm/title/Makefile b/share/doc/smm/title/Makefile index b6718e50849d..b2bbe8fe9ee7 100644 --- a/share/doc/smm/title/Makefile +++ b/share/doc/smm/title/Makefile @@ -1,8 +1,8 @@ # $FreeBSD$ VOLUME= smm -SRCS= Title DOC= Title +SRCS= Title # unroff(1) requires a macro package as an argument .if defined(PRINTERDEVICE) && ${PRINTERDEVICE} == "html" |