1#	@(#)Makefile	1.2 (Berkeley) 06/30/90
2
3DIR=	smm/17.security
4SRCS=	security.ms
5MACROS=	-ms
6
7paper.${PRINTER}: ${SRCS}
8	 ${ROFF} ${SRCS} > ${.TARGET}
9
10.include <bsd.doc.mk>
11