summaryrefslogtreecommitdiff
path: root/share/doc/smm/17.password/Makefile
blob: 5ca01c3cc78dd2bdb0f57f16f3fc1ee936f21aab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#	$OpenBSD: Makefile,v 1.2 2004/02/01 14:22:45 jmc Exp $

DIR=	smm/17.password
SRCS=	password.ms
MACROS=	-ms

paper.ps: ${SRCS}
	${TBL} ${SRCS} | ${EQN} | ${ROFF} > ${.TARGET}

paper.txt: ${SRCS}
	${TBL} ${SRCS} | ${EQN} -Tascii | ${ROFF} -Tascii > ${.TARGET}

.include <bsd.doc.mk>