]> git.pond.sub.org Git - empserver/blobdiff - src/lib/lwp/Makefile
(nati, player_coms): Add ability for deities to request a nation report for any country.
[empserver] / src / lib / lwp / Makefile
index c5228fd874e4fd88d00c4c4090de60e293dda4b0..4b47caf7e5949fe3db8d257294f28f821a7d3f37 100644 (file)
@@ -1,6 +1,6 @@
 # 
 #   Empire - A multi-player, client/server Internet based war game.
-#   Copyright (C) 1986-2004, Dave Pare, Jeff Bailey, Thomas Ruschak,
+#   Copyright (C) 1986-2005, Dave Pare, Jeff Bailey, Thomas Ruschak,
 #                            Ken Stevens, Steve McClure
 # 
 #   This program is free software; you can redistribute it and/or modify
@@ -36,8 +36,6 @@ LIB = $(SRCDIR)/lib/liblwp.a
 
 OBJS = arch.o lwp.o queue.o sel.o sem.o status.o
 
-MIPSOBJS = mipsarch.o
-
 AIXOBJS = lwpInit.o lwpRestore.o lwpSave.o
 
 GENMASTER = GLOBALCFLAGS="$(GLOBALCFLAGS)" GLOBALLFLAGS="$(GLOBALLFLAGS)"
@@ -51,9 +49,6 @@ $(LIB): $(OBJS) $(EXTRAOBJS)
 
 nt:
 
-mipsultrix: 
-       make EXTRAOBJS="$(MIPSOBJS)" $(GENMASTER)
-
 aix:
        make EXTRAOBJS="$(AIXOBJS)" $(GENMASTER)