xref: /original-bsd/sbin/fsck/SMM.doc/Makefile (revision 2301fdfb)
1#
2# Copyright (c) 1982 Regents of the University of California.
3# All rights reserved.  The Berkeley software License Agreement
4# specifies the terms and conditions for redistribution.
5#
6#	@(#)Makefile	4.2 (Berkeley) 07/18/85
7#
8SRCS=	0.t 1.t 2.t 3.t 4.t
9TROFF=	ditroff
10PRINTER=-Pdp
11TYPE=	-n
12
13paper:	fsck.t
14	lpr ${PRINTER} ${TYPE} fsck.t
15
16fsck.t:	${SRCS}
17	${TROFF} ${PRINTER} -ms -t ${SRCS} > fsck.t
18
19clean:
20	rm -f fsck.t
21