Couple of extra nethack->anethack
[aNetHack.git] / sys / unix / hints / unix
blob7b068a77d6247c1eace3a36820e1b3727a03294b
2 # NetHack 3.6 unix $ANH-Date: 1432512813 2015/05/25 00:13:33 $  $ANH-Branch: master $:$ANH-Revision: 1.8 $
3 # Copyright (c) Kenneth Lorber, Kensington, Maryland, 2007.
4 # NetHack may be freely redistributed.  See license for details. 
6 #-PRE
7 # unix hints file
8 # This hints file provides the legacy configuration that NetHack has shipped
9 # with historically - this means you will most likely need to hand edit .h
10 # and Makefiles.
13 PREFIX=/usr
14 HACKDIR=$(PREFIX)/games/lib/$(GAME)dir
15 INSTDIR=$(HACKDIR)
16 VARDIR=$(HACKDIR)
17 SHELLDIR=$(PREFIX)/games
19 CFLAGS=-O -I../include
20 LINK=$(CC)
22 WINSRC = $(WINTTYSRC)
23 WINOBJ = $(WINTTYOBJ)
24 WINLIB = $(WINTTYLIB)
26 WINTTYLIB=-ltermlib
28 CHOWN=chown
29 CHGRP=chgrp
31 GAMEUID  = games
32 GAMEGRP  = bin
34 GAMEPERM = 04755
35 VARFILEPERM = 0644
36 VARDIRPERM = 0755