diff options
Diffstat (limited to 'usr.bin/sed/USD.doc')
-rw-r--r-- | usr.bin/sed/USD.doc/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/usr.bin/sed/USD.doc/Makefile b/usr.bin/sed/USD.doc/Makefile index 68eb1fdfc6d..1e832a1261c 100644 --- a/usr.bin/sed/USD.doc/Makefile +++ b/usr.bin/sed/USD.doc/Makefile @@ -1,7 +1,10 @@ -# $OpenBSD: Makefile,v 1.1 2003/06/26 16:22:04 mickey Exp $ +# $OpenBSD: Makefile,v 1.2 2004/02/01 15:24:03 jmc Exp $ DIR= usd/15.sed SRCS= sed MACROS= -ms +paper.txt: ${SRCS} + ${ROFF} -Tascii ${SRCS} > ${.TARGET} + .include <bsd.doc.mk> |