mirror of
https://git.freebsd.org/ports.git
synced 2025-06-27 07:30:32 -04:00
13 lines
377 B
Text
13 lines
377 B
Text
--- Makefile.in.orig 2002-11-09 00:59:08 UTC
|
|
+++ Makefile.in
|
|
@@ -1,8 +1,8 @@
|
|
all:
|
|
- $(CC) -O2 -o reed reed.c filemode.c -lcurses
|
|
+ $(CC) $(CFLAGS) -o reed reed.c filemode.c $(LDFLAGS) -lncurses
|
|
|
|
debug:
|
|
- $(CC) -o reed reed.c filemode.c -lcurses -Wall -g
|
|
+ $(CC) $(CFLAGS) -o reed reed.c filemode.c $(LDFLAGS) -lncurses -Wall -g
|
|
|
|
install:
|
|
install -d $(DESTDIR)PREFIX/bin
|