diff options
-rw-r--r-- | usr.bin/bc/USD.doc/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/usr.bin/bc/USD.doc/Makefile b/usr.bin/bc/USD.doc/Makefile index 8bb30257a95..a31e5a83671 100644 --- a/usr.bin/bc/USD.doc/Makefile +++ b/usr.bin/bc/USD.doc/Makefile @@ -1,10 +1,7 @@ -# $OpenBSD: Makefile,v 1.1 2003/09/25 19:37:47 otto Exp $ +# $OpenBSD: Makefile,v 1.2 2003/11/03 20:17:38 otto Exp $ DIR= usd/06.bc SRCS= bc MACROS= -ms -paper.${PRINTER}: ${SRCS} - ${ROFF} > ${.TARGET} - .include <bsd.doc.mk> |