mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-30 05:40:06 +00:00
3dc4cfe73b
A dungeon explorin', slashin', hackin' game PR: 26754 Submitted by: Adam Kranzel <adam@alameda.edu>
14 lines
301 B
Plaintext
14 lines
301 B
Plaintext
--- 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 =
|
|
|