summaryrefslogtreecommitdiffstats
path: root/trek/USD.doc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'trek/USD.doc/Makefile')
-rw-r--r--trek/USD.doc/Makefile9
1 files changed, 4 insertions, 5 deletions
diff --git a/trek/USD.doc/Makefile b/trek/USD.doc/Makefile
index f191202c..ce926434 100644
--- a/trek/USD.doc/Makefile
+++ b/trek/USD.doc/Makefile
@@ -1,11 +1,10 @@
-# $NetBSD: Makefile,v 1.4 2003/07/10 10:34:20 lukem Exp $
+# $NetBSD: Makefile,v 1.5 2014/07/05 19:22:03 dholland Exp $
# @(#)Makefile 8.1 (Berkeley) 6/8/93
-DIR= usd/31.trek
+SECTION=usd
+ARTICLE=trek
SRCS= trek.me
MACROS= -me
-
-paper.ps: ${SRCS}
- ${TOOL_TBL} ${SRCS} | ${TOOL_ROFF_PS} ${MACROS} > ${.TARGET}
+ROFF_TBL=yes
.include <bsd.doc.mk>