diff options
author | wosch <wosch@FreeBSD.org> | 1997-03-02 14:04:13 +0000 |
---|---|---|
committer | wosch <wosch@FreeBSD.org> | 1997-03-02 14:04:13 +0000 |
commit | 5983c0835645a063fb7c7ba8eb780499015d951f (patch) | |
tree | 962bfa7d5e26754c5e77d19fc4a76a086f03eede /share/doc/smm | |
parent | 0a4f73a54dca9a1a4592ce4453b1e1d928a56c33 (diff) | |
download | FreeBSD-src-5983c0835645a063fb7c7ba8eb780499015d951f.zip FreeBSD-src-5983c0835645a063fb7c7ba8eb780499015d951f.tar.gz |
Add MACROS=-ms. unroff(1) require a macro package as an argument.
Diffstat (limited to 'share/doc/smm')
-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 98d12be..2bb4347 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> |