mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +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>
14 lines
264 B
Plaintext
14 lines
264 B
Plaintext
--- Makefile.orig Mon Dec 14 20:51:56 1998
|
|
+++ Makefile Thu Feb 4 16:37:34 1999
|
|
@@ -3,8 +3,8 @@
|
|
|
|
OPSYS!= uname
|
|
#CC= /usr/local/bin/gcc
|
|
-CFLAGS= -O2 -Wall
|
|
-PREFIX?= /usr/local
|
|
+CFLAGS?= ${CFLAGS} -O2 -Wall
|
|
+#PREFIX?= /usr/local
|
|
|
|
SUBDIR= dsh pcp barrier
|
|
|