summaryrefslogtreecommitdiffstats
path: root/trek
diff options
context:
space:
mode:
Diffstat (limited to 'trek')
-rw-r--r--trek/Makefile4
-rw-r--r--trek/USD.doc/Makefile9
2 files changed, 5 insertions, 8 deletions
diff --git a/trek/Makefile b/trek/Makefile
index c9371b2b..b0cb2996 100644
--- a/trek/Makefile
+++ b/trek/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2011/08/16 11:28:18 christos Exp $
+# $NetBSD: Makefile,v 1.15 2014/07/05 19:22:03 dholland Exp $
# @(#)Makefile 8.1 (Berkeley) 5/31/93
PROG= trek
@@ -15,9 +15,7 @@ DPADD= ${LIBM}
LDADD= -lm
HIDEGAME=hidegame
-.if make(install)
SUBDIR+=USD.doc
-.endif
COPTS.getpar.c += -Wno-format-nonliteral
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>