diff options
Diffstat (limited to 'usr.bin/bc/USD.doc/Makefile')
-rw-r--r-- | usr.bin/bc/USD.doc/Makefile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/usr.bin/bc/USD.doc/Makefile b/usr.bin/bc/USD.doc/Makefile new file mode 100644 index 00000000000..8bb30257a95 --- /dev/null +++ b/usr.bin/bc/USD.doc/Makefile @@ -0,0 +1,10 @@ +# $OpenBSD: Makefile,v 1.1 2003/09/25 19:37:47 otto Exp $ + +DIR= usd/06.bc +SRCS= bc +MACROS= -ms + +paper.${PRINTER}: ${SRCS} + ${ROFF} > ${.TARGET} + +.include <bsd.doc.mk> |