37c1ec7bae
the current directory (the default) or any specified directory or file to find IPv4 socket code that may be a candidate for modification when porting to the IPv6 socket API. The utility is designed to run from a Solaris machine. WWW: http://www.sun.com/solaris/ipv6 PR: ports/36208 Submitted by: Janos Mohacsi <janos.mohacsi@dante.org.uk>
10 lines
173 B
Plaintext
10 lines
173 B
Plaintext
--- Makefile.orig Wed Oct 13 18:01:46 1999
|
|
+++ Makefile Sun Nov 28 23:26:42 1999
|
|
@@ -1,5 +1,5 @@
|
|
CC = cc
|
|
-CFLAGS = -xO3
|
|
+CFLAGS = -O3
|
|
LDFLAGS =
|
|
|
|
PROG = ipv6socket_scrub
|