A dungeon explorin', slashin', hackin' game PR: 26754 Submitted by: Adam Kranzel <adam@alameda.edu>
13 lines
301 B
Text
13 lines
301 B
Text
--- sys/unix/Makefile.utl.good Thu Nov 23 13:55:38 2000
|
|
+++ sys/unix/Makefile.utl Thu Nov 23 13:56:54 2000
|
|
@@ -89,8 +89,8 @@
|
|
# flags for debugging:
|
|
# CFLAGS = -g -I../include
|
|
|
|
-CFLAGS = -O -I../include
|
|
-LFLAGS =
|
|
+CFLAGS += -O -I../include -I${PREFIX}/include
|
|
+LFLAGS = -L${PREFIX}/lib
|
|
|
|
LIBS =
|
|
|