Deleted Added
full compact
Makefile (50476) Makefile (69124)
1# $FreeBSD: head/share/doc/smm/title/Makefile 50476 1999-08-28 00:22:10Z peter $
1# $FreeBSD: head/share/doc/smm/title/Makefile 69124 2000-11-24 16:58:17Z ru $
2
3VOLUME= smm
4SRCS= Title
5FILES= ${SRCS}
6DOC= Title
2
3VOLUME= smm
4SRCS= Title
5FILES= ${SRCS}
6DOC= Title
7
8# unroff(1) requires a macro package as an argument
9.if defined(PRINTERDEVICE) && ${PRINTERDEVICE} == "html"
7MACROS= -ms
10MACROS= -ms
11.endif
8
9.include <bsd.doc.mk>
12
13.include <bsd.doc.mk>