summaryrefslogtreecommitdiffstats
path: root/trek/Makefile
diff options
context:
space:
mode:
authormycroft <mycroft@NetBSD.org>1997-10-11 09:34:07 +0000
committermycroft <mycroft@NetBSD.org>1997-10-11 09:34:07 +0000
commitb94e996a467b381e1aff4ad7d94e243b7f94a535 (patch)
tree365dad0698fa52c7c18530f278eaa67ac2f830da /trek/Makefile
parent00c616df1fcdefe33be74ec3f41f39b0c3852e5c (diff)
downloadbsdgames-darwin-b94e996a467b381e1aff4ad7d94e243b7f94a535.tar.gz
bsdgames-darwin-b94e996a467b381e1aff4ad7d94e243b7f94a535.tar.zst
bsdgames-darwin-b94e996a467b381e1aff4ad7d94e243b7f94a535.zip
Use bsd.subdir.mk as appropriate.
Diffstat (limited to 'trek/Makefile')
-rw-r--r--trek/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/trek/Makefile b/trek/Makefile
index b019e29a..03136436 100644
--- a/trek/Makefile
+++ b/trek/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 1995/04/22 10:58:17 cgd Exp $
+# $NetBSD: Makefile,v 1.8 1997/10/11 09:34:21 mycroft Exp $
# @(#)Makefile 8.1 (Berkeley) 5/31/93
PROG= trek
@@ -16,7 +16,8 @@ LDADD= -lm
HIDEGAME=hidegame
.if make(install)
-SUBDIR+= USD.doc
+SUBDIR+=USD.doc
.endif
.include <bsd.prog.mk>
+.include <bsd.subdir.mk>