NetBSD/games/Makefile.inc

17 lines
325 B
PHP
Raw Normal View History

1997-11-20 03:12:30 +03:00
# $NetBSD: Makefile.inc,v 1.9 1997/11/20 00:12:30 mrg Exp $
1995-03-21 15:04:10 +03:00
# @(#)Makefile.inc 8.1 (Berkeley) 5/31/93
1993-03-21 12:45:37 +03:00
1997-10-12 00:22:10 +04:00
.if defined(HIDEGAME) && defined(PROG)
1993-03-21 12:45:37 +03:00
BINDIR?= /usr/games/hide
BINGRP?= games
1997-11-20 03:12:30 +03:00
.if defined(SETGIDGAME)
BINMODE?= 2550
.else
BINMODE?= 550
1997-11-20 03:12:30 +03:00
.endif
SYMLINKS+= dm /usr/games/${PROG}
1993-03-21 12:45:37 +03:00
.else
BINDIR?= /usr/games
.endif
WARNS?= 1