forked from Lainports/freebsd-ports
fist full-blown game with VGL support ;). Very suitable it you have nothing to do while your computer assembling bits of 'make buildworld' (the game uses only about 5% CPU on my P133 laptop). PR: 18112 Submitted by: me
11 lines
267 B
Text
11 lines
267 B
Text
--- Makefile.fbsd.orig Fri Apr 14 10:29:24 2000
|
|
+++ Makefile.fbsd Fri Apr 14 10:29:57 2000
|
|
@@ -4,7 +4,7 @@
|
|
newsnd.c ini.c input.c monster.c bags.c alpha.c vgagrafx.c \
|
|
title_gz.c
|
|
|
|
-CFLAGS= -g -O -Wall -pedantic -DFREEBSD
|
|
+CFLAGS+= -DFREEBSD
|
|
|
|
LDADD+= -lz
|
|
|