diff options
author | ru <ru@FreeBSD.org> | 2002-10-25 08:10:40 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2002-10-25 08:10:40 +0000 |
commit | 203eccbd28bfa5b150c61ccb0b2defc48f2849f3 (patch) | |
tree | eddd3347d9fe90630d1b7e1e5bfc6c86a9651520 | |
parent | 4f74de76e4f9ffa994ffed3cbf6ef2f6dc5a6997 (diff) | |
download | FreeBSD-src-203eccbd28bfa5b150c61ccb0b2defc48f2849f3.zip FreeBSD-src-203eccbd28bfa5b150c61ccb0b2defc48f2849f3.tar.gz |
Don't preprocess with tbl(1).
-rw-r--r-- | share/doc/papers/fsinterface/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/share/doc/papers/fsinterface/Makefile b/share/doc/papers/fsinterface/Makefile index 7e73162..f11021b 100644 --- a/share/doc/papers/fsinterface/Makefile +++ b/share/doc/papers/fsinterface/Makefile @@ -5,6 +5,5 @@ VOLUME= papers DOC= fsinterface SRCS= fsinterface.ms MACROS= -ms -USE_TBL= yes .include <bsd.doc.mk> |