Deleted Added
full compact
Makefile (106146) Makefile (106151)
1# $FreeBSD: head/share/doc/smm/title/Makefile 106146 2002-10-29 15:01:59Z ru $
1# $FreeBSD: head/share/doc/smm/title/Makefile 106151 2002-10-29 16:13:21Z ru $
2
3VOLUME= smm
4DOC= Title
5SRCS= Title
6
2
3VOLUME= smm
4DOC= Title
5SRCS= Title
6
7# unroff(1) requires a macro package as an argument
8.if defined(PRINTERDEVICE) && ${PRINTERDEVICE} == "html"
9MACROS= -ms
10.endif
11
12.include <bsd.doc.mk>
7.include <bsd.doc.mk>