NetBSD/gnu/games/Makefile.inc

12 lines
264 B
PHP
Raw Normal View History

1993-08-01 09:37:30 +04:00
# from: @(#)Makefile.inc 5.1 (Berkeley) 5/11/90
# $Id: Makefile.inc,v 1.4 1997/11/19 08:26:35 mrg Exp $
1993-04-29 15:35:25 +04:00
.if defined(HIDEGAME) && defined(PROG)
1993-04-29 15:35:25 +04:00
BINDIR?= /usr/games/hide
BINGRP?= games
BINMODE?= 550
SYMLINKS+= dm /usr/games/${PROG}
1993-04-29 15:35:25 +04:00
.else
BINDIR?= /usr/games
.endif