summaryrefslogtreecommitdiffstats
path: root/Makefile.inc
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.inc')
-rw-r--r--Makefile.inc6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile.inc b/Makefile.inc
index fb796286..0b7613ab 100644
--- a/Makefile.inc
+++ b/Makefile.inc
@@ -1,11 +1,15 @@
-# $NetBSD: Makefile.inc,v 1.4 1997/03/27 09:08:58 mycroft Exp $
+# $NetBSD: Makefile.inc,v 1.5 1997/10/11 19:55:46 veego Exp $
# @(#)Makefile.inc 8.1 (Berkeley) 5/31/93
+
BINOWN?= games
.if defined(HIDEGAME)
BINDIR?= /usr/games/hide
BINMODE?= 4700
+.if defined(PROG)
SYMLINKS+= dm /usr/games/${PROG}
+.endif
.else
BINDIR?= /usr/games
.endif
+