Add MACROS=-ms. unroff(1) require a macro package as an argument.

This commit is contained in:
Wolfram Schneider 1997-03-02 14:04:13 +00:00
parent 4eaede87b0
commit b5b2a90624
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=23262
3 changed files with 6 additions and 3 deletions

View file

@ -1,8 +1,9 @@
# $Id$
# $Id: Makefile,v 1.3 1997/02/22 13:05:15 peter Exp $
VOLUME= psd
SRCS= Title
FILES= ${SRCS}
DOC= Title
MACROS= -ms
.include <bsd.doc.mk>

View file

@ -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>

View file

@ -1,8 +1,9 @@
# $Id$
# $Id: Makefile,v 1.3 1997/02/22 13:06:56 peter Exp $
VOLUME= usd
SRCS= Title
FILES= ${SRCS}
DOC= Title
MACROS= -ms
.include <bsd.doc.mk>