Module Name: src
Committed By: tls
Date: Sun Aug 10 06:51:17 UTC 2014
Modified Files:
src/games/trek [tls-earlyentropy]: Makefile
src/games/trek/USD.doc [tls-earlyentropy]: Makefile
Log Message:
Rebase.
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.14.18.1 src/games/trek/Makefile
cvs rdiff -u -r1.4 -r1.4.72.1 src/games/trek/USD.doc/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/games/trek/Makefile
diff -u src/games/trek/Makefile:1.14 src/games/trek/Makefile:1.14.18.1
--- src/games/trek/Makefile:1.14 Tue Aug 16 11:28:18 2011
+++ src/games/trek/Makefile Sun Aug 10 06:51:17 2014
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2011/08/16 11:28:18 christos Exp $
+# $NetBSD: Makefile,v 1.14.18.1 2014/08/10 06:51:17 tls 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
Index: src/games/trek/USD.doc/Makefile
diff -u src/games/trek/USD.doc/Makefile:1.4 src/games/trek/USD.doc/Makefile:1.4.72.1
--- src/games/trek/USD.doc/Makefile:1.4 Thu Jul 10 10:34:20 2003
+++ src/games/trek/USD.doc/Makefile Sun Aug 10 06:51:17 2014
@@ -1,11 +1,10 @@
-# $NetBSD: Makefile,v 1.4 2003/07/10 10:34:20 lukem Exp $
+# $NetBSD: Makefile,v 1.4.72.1 2014/08/10 06:51:17 tls Exp $
# @(#)Makefile 8.1 (Berkeley) 6/8/93
-DIR= usd/31.trek
+SECTION=reference/ref6
+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>