mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
2a7c46a12f
A long term multiplayer strategy game. PR: 14535 Submitted by: Daniel O'Connor <darius@dons.net.au>
15 lines
374 B
Plaintext
15 lines
374 B
Plaintext
--- src/doconfig/Makefile Wed Nov 18 10:12:40 1998
|
|
+++ src/doconfig/Makefile.orig Tue Oct 26 15:13:55 1999
|
|
@@ -53,7 +53,10 @@
|
|
@echo 'globalcflags = $(GLOBALCFLAGS)'
|
|
@echo 'globallflags = $(GLOBALLFLAGS)'
|
|
$(CC) $(GLOBALCFLAGS) $(DALL) doconfig.c -o doconfig $(GLOBALLFLAGS)
|
|
- ./doconfig
|
|
+ ./doconfig config
|
|
+
|
|
+install: doconfig
|
|
+ ./doconfig install
|
|
|
|
nt: ntdoconfig
|
|
|