diff options
author | Matthew Hunt <mph@FreeBSD.org> | 1999-01-29 21:27:11 +0000 |
---|---|---|
committer | Matthew Hunt <mph@FreeBSD.org> | 1999-01-29 21:27:11 +0000 |
commit | 76a25672632f3d998521b15fc092a96753c44bdd (patch) | |
tree | 5c47d49f23717938ca85c3443ca629313ae2d6bc /net/ipw/files | |
parent | Activate ipw. (diff) |
Import of ipw, a "whois" replacement that automatically queries
several databases.
Diffstat (limited to 'net/ipw/files')
-rw-r--r-- | net/ipw/files/patch-aa | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/net/ipw/files/patch-aa b/net/ipw/files/patch-aa new file mode 100644 index 000000000000..dab4baf7accf --- /dev/null +++ b/net/ipw/files/patch-aa @@ -0,0 +1,22 @@ +--- Makefile.orig Fri Jan 29 13:15:44 1999 ++++ Makefile Fri Jan 29 13:16:24 1999 +@@ -1,7 +1,7 @@ +-CC = gcc ++# CC = gcc + # CFLAGS = -Wall -Wmissing-prototypes -g # -O +-CFLAGS = -Wall -Wmissing-prototypes -O +-LDFLAGS = ++# CFLAGS = -Wall -Wmissing-prototypes -O ++# LDFLAGS = + + # Use -lsocket -lnsl for Solaris + #LIBS = -lsocket -lnsl +@@ -17,7 +17,7 @@ + $(CC) $(CFLAGS) -c ipw.c + + install: all +- cp $(PROGS) /usr/local/bin ++ ${BSD_INSTALL_PROGRAM} $(PROGS) $(PREFIX)/bin + + clean: + -rm -f *.o |