summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMarco d'Itri <md@linux.it>2002-12-12 02:17:25 +0100
committerMarco d'Itri <md@linux.it>2013-03-30 02:31:29 +0100
commitd6bec26f44f139fa079230c5ee6c9baac8f0be96 (patch)
tree0abd5ac7b1633e0c3160629bba42f3d9ed2145d5 /Makefile
parentfc83e15cf75106806ac98dc35ed57bdd9f6cf7ba (diff)
downloadwhois-d6bec26f44f139fa079230c5ee6c9baac8f0be96.tar.gz
Imported Debian version 4.6.1v4.6.1
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index ed75828..f6bc87f 100644
--- a/Makefile
+++ b/Makefile
@@ -5,7 +5,7 @@ OPTS=-O2
# Solaris
#LDFLAGS=-lnsl -lsocket
-# linux (old libc)
+# obsolete linux (libc 5)
#LDFLAGS=-lintl
# FreeBSD
@@ -50,7 +50,7 @@ test:
open -- sh -c "while nc -l -p 43 127.0.0.1; do echo END; done"
gnu:
- tar czvvf gnu-whois.tgz Makefile* README TODO *list *.h whois.*
+ tar czvvf gnu-whois.tgz Makefile* README *list *.h whois.*
pos:
cd po && $(MAKE)