diff options
author | Wolfram Schneider <wosch@FreeBSD.org> | 1997-03-02 14:04:13 +0000 |
---|---|---|
committer | Wolfram Schneider <wosch@FreeBSD.org> | 1997-03-02 14:04:13 +0000 |
commit | b5b2a90624d3d900a42e99758eb95293d04f37fa (patch) | |
tree | 962bfa7d5e26754c5e77d19fc4a76a086f03eede /share/doc/smm/title | |
parent | 4eaede87b025d198734babcc8dc98ff356f41d19 (diff) |
Add MACROS=-ms. unroff(1) require a macro package as an argument.
Notes
Notes:
svn path=/head/; revision=23262
Diffstat (limited to 'share/doc/smm/title')
-rw-r--r-- | share/doc/smm/title/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/share/doc/smm/title/Makefile b/share/doc/smm/title/Makefile index 98d12be9d03a..2bb4347dc4eb 100644 --- a/share/doc/smm/title/Makefile +++ b/share/doc/smm/title/Makefile @@ -1,8 +1,9 @@ -# $Id$ +# $Id: Makefile,v 1.3 1997/02/22 13:06:07 peter Exp $ VOLUME= smm SRCS= Title FILES= ${SRCS} DOC= Title +MACROS= -ms .include <bsd.doc.mk> |