Add the DragonFly cvs id and perform general cleanups on cvs/rcs/sccs ids. Most
[dragonfly.git] / share / doc / usd / title / Makefile
1 # $FreeBSD: src/share/doc/usd/title/Makefile,v 1.5.2.2 2002/02/18 12:29:45 ru Exp $
2 # $DragonFly: src/share/doc/usd/title/Makefile,v 1.2 2003/06/17 04:36:57 dillon Exp $
3
4 VOLUME= usd
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>