diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2004-02-01 14:54:27 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2004-02-01 14:54:27 +0000 |
commit | 7e09e83b4d9eb02bc1bf8441b9e1f2dcae2eb25e (patch) | |
tree | fcc86ef1228840c01bf4531ab4df69e9db449cfc /sbin/fsck_ffs/SMM.doc | |
parent | 6ae6202e659b4ba080b097550f9d9a6019786944 (diff) |
add paper.txt target;
Diffstat (limited to 'sbin/fsck_ffs/SMM.doc')
-rw-r--r-- | sbin/fsck_ffs/SMM.doc/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sbin/fsck_ffs/SMM.doc/Makefile b/sbin/fsck_ffs/SMM.doc/Makefile index c7dff5b3c46..e129ecf8685 100644 --- a/sbin/fsck_ffs/SMM.doc/Makefile +++ b/sbin/fsck_ffs/SMM.doc/Makefile @@ -1,8 +1,11 @@ -# $OpenBSD: Makefile,v 1.4 1996/10/20 08:36:47 tholo Exp $ +# $OpenBSD: Makefile,v 1.5 2004/02/01 14:54:26 jmc Exp $ # $NetBSD: Makefile,v 1.3 1996/04/05 01:45:49 cgd Exp $ DIR= smm/03.fsck_ffs SRCS= 0.t 1.t 2.t 3.t 4.t MACROS= -ms +paper.txt: ${SRCS} + ${ROFF} -Tascii ${SRCS} > ${.TARGET} + .include <bsd.doc.mk> |