diff options
| author | Xin LI <delphij@FreeBSD.org> | 2010-01-22 23:19:48 +0000 |
|---|---|---|
| committer | Xin LI <delphij@FreeBSD.org> | 2010-01-22 23:19:48 +0000 |
| commit | 7ffc8ae56e03dde95f59a573d813c62e8b79d55a (patch) | |
| tree | 62b433d4f003e35564b0f93af50e65b761036463 /share/doc | |
| parent | 61b1ecf6d3555e492095819d62929e62833654e6 (diff) | |
Notes
Diffstat (limited to 'share/doc')
| -rw-r--r-- | share/doc/usd/05.dc/Makefile | 9 | ||||
| -rw-r--r-- | share/doc/usd/06.bc/Makefile | 9 | ||||
| -rw-r--r-- | share/doc/usd/Makefile | 2 |
3 files changed, 20 insertions, 0 deletions
diff --git a/share/doc/usd/05.dc/Makefile b/share/doc/usd/05.dc/Makefile new file mode 100644 index 000000000000..2b01e0c0f51a --- /dev/null +++ b/share/doc/usd/05.dc/Makefile @@ -0,0 +1,9 @@ +# @(#)Makefile 8.1 (Berkeley) 6/8/93 +# $FreeBSD$ + +VOLUME= usd/05.dc +SRCS= dc +MACROS= -ms +SRCDIR= ${.CURDIR}/../../../../usr.bin/dc/USD.doc + +.include <bsd.doc.mk> diff --git a/share/doc/usd/06.bc/Makefile b/share/doc/usd/06.bc/Makefile new file mode 100644 index 000000000000..12dfedde0842 --- /dev/null +++ b/share/doc/usd/06.bc/Makefile @@ -0,0 +1,9 @@ +# @(#)Makefile 8.1 (Berkeley) 6/8/93 +# $FreeBSD$ + +VOLUME= usd/06.bc +SRCS= bc +MACROS= -ms +SRCDIR= ${.CURDIR}/../../../../usr.bin/bc/USD.doc + +.include <bsd.doc.mk> diff --git a/share/doc/usd/Makefile b/share/doc/usd/Makefile index e7939feb6630..5fcb6b305017 100644 --- a/share/doc/usd/Makefile +++ b/share/doc/usd/Makefile @@ -7,6 +7,8 @@ SUBDIR= title \ contents \ 04.csh \ + 05.dc \ + 06.bc \ 07.mail \ 10.exref \ 11.vitut \ |
