summaryrefslogtreecommitdiff
path: root/usr.sbin/lpr/SMM.doc/Makefile
blob: b7d4c08d00842569304ae6a3676c6dafbc9a3bc1 (plain)
1
2
3
4
5
6
7
8
9
10
11
#	from: @(#)Makefile	8.1 (Berkeley) 6/8/93
#	$OpenBSD: Makefile,v 1.2 1997/01/17 15:54:19 millert Exp $

DIR=	smm/07.lpd
SRCS=	0.t 1.t 2.t 3.t 4.t 5.t 6.t 7.t
MACROS=	-ms

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

.include <bsd.doc.mk>