diff options
author | Otto Moerbeek <otto@cvs.openbsd.org> | 2003-09-25 19:37:48 +0000 |
---|---|---|
committer | Otto Moerbeek <otto@cvs.openbsd.org> | 2003-09-25 19:37:48 +0000 |
commit | e9850d76124894fe91666de6cc13715ebaed1083 (patch) | |
tree | d48ff985cf3bbf08d5222345b3a9877dbef1886b /usr.bin/bc/USD.doc/Makefile | |
parent | 1c789656f7f15d2acdbbf3d4a45252450be37f46 (diff) |
USD doc for bc(1) using the Caldera license.
ok deraadt@
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> |