mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
37f5aac4ac
good FreeBSD-specific template; Will is working on one. PR: 15995 Submitted by: Will Andrews <andrews@technologist.com>
13 lines
356 B
Plaintext
13 lines
356 B
Plaintext
--- modules/Makefile Sat Oct 25 18:59:03 1997
|
|
+++ modules/Makefile.new Sun Jan 2 21:51:53 2000
|
|
@@ -1,7 +1,7 @@
|
|
CC = gcc
|
|
DEBUG = #-g
|
|
-CFLAGS = $(DEBUG) -O3 -fpic -shared -Wall
|
|
-LDFLAGS = -shared
|
|
+CFLAGS = $(NCURSES) $(NC_CFLAGS) $(DEBUG) -O3 -fpic -shared -Wall
|
|
+LDFLAGS = $(NC_LFLAGS) -lncurses -shared
|
|
|
|
OBJECTS = background test alarms countdown
|
|
|