Initial import from FreeBSD RELENG_4:
[dragonfly.git] / share / doc / smm / title / Makefile
1 # $FreeBSD: src/share/doc/smm/title/Makefile,v 1.5.2.2 2002/02/18 12:29:45 ru Exp $
2
3 VOLUME= smm
4 SRCS=   Title
5 DOC=    Title
6
7 # unroff(1) requires a macro package as an argument
8 .if defined(PRINTERDEVICE) && ${PRINTERDEVICE} == "html"
9 MACROS= -ms
10 .endif
11
12 .include <bsd.doc.mk>