mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-07 22:58:11 +00:00
10 lines
312 B
Plaintext
10 lines
312 B
Plaintext
|
--- netlogic/Makefile.orig Sun May 17 01:28:58 1998
|
||
|
+++ netlogic/Makefile Sun May 17 01:29:05 1998
|
||
|
@@ -1,5 +1,5 @@
|
||
|
|
||
|
-CFLAGS = $(OPTIMIZE) -I.. $(INCLUDES) -DNETPLAY
|
||
|
+CFLAGS += $(OPTIMIZE) -I.. $(INCLUDES) -DNETPLAY
|
||
|
OBJS = about.o blit.o game.o logic.o make.o netplay.o object.o player.o
|
||
|
|
||
|
netlogic.o: $(OBJS)
|