mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
21603991bf
of UNIX workstations into a speedy parallel beast. This facilitates managing a set of program executing in parallel with a very flexible authentication scheme. http://www.inficad.com/~garbled/clusterit.html PR: ports/9907 Submitted By: Dima Sivachenko <dima@Chg.RU>
12 lines
322 B
Plaintext
12 lines
322 B
Plaintext
--- dsh/Makefile.orig Mon Dec 14 20:51:53 1998
|
|
+++ dsh/Makefile Thu Feb 4 16:36:19 1999
|
|
@@ -4,7 +4,7 @@
|
|
# Some of the below needs to be uncommented for Solaris to work.
|
|
|
|
#CC= /usr/local/bin/gcc
|
|
-CFLAGS= -Wall -O2 #-DDEBUG -g
|
|
+CFLAGS?= ${CFLAGS} -Wall -O2 #-DDEBUG -g
|
|
PROGS= dsh seq run
|
|
|
|
OBJS= dsh.o seq.o run.o
|