diff options
author | Steve Price <steve@FreeBSD.org> | 1999-07-04 20:58:32 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-07-04 20:58:32 +0000 |
commit | af5b2c67731d4e6dea978dfc5a2fdff04d741439 (patch) | |
tree | 82bb69d8dc6c4947aaeb823a35848a1036ca53a1 /net | |
parent | 978929c178e9ed1e7a936ce3df8b15e3da6c9bb7 (diff) |
Notes
Diffstat (limited to 'net')
-rw-r--r-- | net/echoping/files/patch-aa | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/net/echoping/files/patch-aa b/net/echoping/files/patch-aa index f487d18b9a6b..b8b6787f8a98 100644 --- a/net/echoping/files/patch-aa +++ b/net/echoping/files/patch-aa @@ -1,5 +1,5 @@ ---- Makefile.orig Mon Aug 31 22:57:28 1998 -+++ Makefile Fri Sep 11 14:14:35 1998 +--- Makefile.orig Mon Aug 31 07:57:28 1998 ++++ Makefile Tue Mar 16 12:13:10 1999 @@ -1,5 +1,5 @@ # Choose your C compiler -CC = gcc @@ -23,3 +23,12 @@ # Flags for the linker LD = $(CC) +@@ -22,7 +22,7 @@ + # For Solaris + #LDFLAGS = -o echoping -lsocket -lnsl + +-INSTALL=install ++INSTALL=install -c + INSTALL_BIN_FLAGS=-m 755 + INSTALL_MAN_FLAGS=-m 644 + |