--- sys/unix/Makefile.top.org	Fri Jul 24 22:49:09 1998
+++ sys/unix/Makefile.top	Fri Jul 24 22:51:20 1998
@@ -13,17 +13,17 @@
 # execute things like 'data' and 'rumors')
 # MAKE = make
 
-# make NetHack
-GAME     = nethack
+# this is slash
+GAME     = slash
 GAMEUID  = games
-GAMEGRP  = bin
+GAMEGRP  = games
 
 # Permissions - some places use setgid instead of setuid, for instance
 # See also the option "SECURE" in include/config.h
-GAMEPERM = 04755
-FILEPERM = 0644
+GAMEPERM = 02755
+FILEPERM = 0664
 EXEPERM  = 0755
-DIRPERM  = 0755
+DIRPERM  = 0775
 
 # GAMEDIR also appears in config.h as "HACKDIR".
 #
@@ -32,13 +32,13 @@
 # therefore there should not be anything in GAMEDIR that you want to keep
 # (if there is, you'll have to do the installation by hand or modify the
 # instructions)
-GAMEDIR  = /usr/games/lib/$(GAME)dir
-SHELLDIR = /usr/games
+GAMEDIR  = ${PREFIX}/lib/$(GAME)dir
+SHELLDIR = ${PREFIX}/bin
 
 # per discussion in Install.X11
-VARDATND = 
+#VARDATND = 
 # VARDATND = x11tiles pet_mark.xbm
-# VARDATND = x11tiles pet_mark.xbm rip.xpm
+VARDATND = x11tiles pet_mark.xbm rip.xpm
 
 VARDATD = data oracles options quest.dat rumors
 VARDAT = $(VARDATD) $(VARDATND)
@@ -63,7 +63,8 @@
 
 SPEC_LEVS = *.lev
 									
-SPEC_LEVS = asmodeus.lev baalz.lev beholder.lev bigrm-?.lev castle.lev \
+SPEC_LEVS = asmodeus.lev baalz.lev blkmar.lev \
+   beholder.lev bigrm-?.lev castle.lev \
 	cav2fill.lev cavefill.lev demogorg.lev dispater.lev dragons.lev \
 	fakewiz?.lev geryon.lev guild.lev juiblex.lev knox.lev kobold-?.lev \
 	lich.lev mall-?.lev mall.lev medusa-?.lev mine_end.lev minefill.lev \
