diff options
-rw-r--r-- | share/doc/psd/01.cacm/Makefile | 1 | ||||
-rw-r--r-- | share/doc/psd/06.Clang/Makefile | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/share/doc/psd/01.cacm/Makefile b/share/doc/psd/01.cacm/Makefile index 7a88061..8471899 100644 --- a/share/doc/psd/01.cacm/Makefile +++ b/share/doc/psd/01.cacm/Makefile @@ -7,5 +7,6 @@ EXTRA= ref.bib MACROS= -ms USE_REFER= yes +USE_TBL= yes .include <bsd.doc.mk> diff --git a/share/doc/psd/06.Clang/Makefile b/share/doc/psd/06.Clang/Makefile index 6a86e26..3e06914 100644 --- a/share/doc/psd/06.Clang/Makefile +++ b/share/doc/psd/06.Clang/Makefile @@ -5,4 +5,6 @@ VOLUME= psd/06.Clang SRCS= Clang.ms MACROS= -ms +USE_TBL= YES + .include <bsd.doc.mk> |