diff options
Diffstat (limited to 'share/doc/usd/Makefile')
-rw-r--r-- | share/doc/usd/Makefile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/share/doc/usd/Makefile b/share/doc/usd/Makefile new file mode 100644 index 000000000000..16d98b85506f --- /dev/null +++ b/share/doc/usd/Makefile @@ -0,0 +1,21 @@ +# The following modules are not provided: +# 14.jove + +SUBDIR= title \ + contents \ + 04.csh \ + 05.dc \ + 06.bc \ + 07.mail \ + 10.exref \ + 11.vitut \ + 12.vi \ + 13.viref \ + 18.msdiffs \ + 19.memacros \ + 20.meref \ + 21.troff \ + 22.trofftut +SUBDIR_PARALLEL= + +.include <bsd.subdir.mk> |