Merge from vendor branch DHCP:
[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 # $DragonFly: src/share/doc/smm/title/Makefile,v 1.2 2003/06/17 04:36:57 dillon Exp $
3
4 VOLUME= smm
5 SRCS=   Title
6 DOC=    Title
7
8 # unroff(1) requires a macro package as an argument
9 .if defined(PRINTERDEVICE) && ${PRINTERDEVICE} == "html"
10 MACROS= -ms
11 .endif
12
13 .include <bsd.doc.mk>