mirror of
https://github.com/opnsense/src.git
synced 2026-04-24 07:37:25 -04:00
Add MACROS=-ms. unroff(1) require a macro package as an argument.
This commit is contained in:
parent
4eaede87b0
commit
b5b2a90624
3 changed files with 6 additions and 3 deletions
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue