diff options
author | Munechika SUMIKAWA <sumikawa@FreeBSD.org> | 2001-11-05 12:17:56 +0000 |
---|---|---|
committer | Munechika SUMIKAWA <sumikawa@FreeBSD.org> | 2001-11-05 12:17:56 +0000 |
commit | b54e01ac65c60821402e93f0c2af93b3dc8a06a4 (patch) | |
tree | 41d5d48cd8cf2f2e4bcbec1095738c0fc15c3275 /net/geta/files | |
parent | Fix compilation errors if mbregex is selected. (diff) |
Add geta(GET Address) - Simple IPv4/IPv6 address resolving tool.
Notes
Notes:
svn path=/head/; revision=49596
Diffstat (limited to 'net/geta/files')
-rw-r--r-- | net/geta/files/patch-Makefile.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net/geta/files/patch-Makefile.in b/net/geta/files/patch-Makefile.in new file mode 100644 index 000000000000..010c882a5113 --- /dev/null +++ b/net/geta/files/patch-Makefile.in @@ -0,0 +1,11 @@ +--- geta/Makefile.in- Mon Nov 5 20:54:25 2001 ++++ geta/Makefile.in Mon Nov 5 20:54:45 2001 +@@ -1,6 +1,6 @@ + CC = cc +-CFLAGS = -O -L/usr/local/v6/lib -Wall +-LIBS = -linet6 ++CFLAGS += -O -Wall ++#LIBS = -linet6 + + INSTALL = @INSTALL@ + INSTALL_PROGRAM = @INSTALL_PROGRAM@ |