diff options
author | delphij <delphij@FreeBSD.org> | 2010-01-22 23:19:48 +0000 |
---|---|---|
committer | delphij <delphij@FreeBSD.org> | 2010-01-22 23:19:48 +0000 |
commit | 6facf0f8e1566fe01a79dd3d15a500c5aab8cb25 (patch) | |
tree | 62b433d4f003e35564b0f93af50e65b761036463 /share/doc/usd/06.bc | |
parent | b0ad2d975d086ccc178d1dfd80e5cb924d8f50b9 (diff) | |
download | FreeBSD-src-6facf0f8e1566fe01a79dd3d15a500c5aab8cb25.zip FreeBSD-src-6facf0f8e1566fe01a79dd3d15a500c5aab8cb25.tar.gz |
Move USD documents from /usr/share/doc/papers to to /usr/share/doc/usd.
Reviewed by: gabor
Diffstat (limited to 'share/doc/usd/06.bc')
-rw-r--r-- | share/doc/usd/06.bc/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/share/doc/usd/06.bc/Makefile b/share/doc/usd/06.bc/Makefile new file mode 100644 index 0000000..12dfedd --- /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> |