diff options
author | Marco d'Itri <md@linux.it> | 2002-12-12 02:17:25 +0100 |
---|---|---|
committer | Marco d'Itri <md@linux.it> | 2013-03-30 02:31:29 +0100 |
commit | d6bec26f44f139fa079230c5ee6c9baac8f0be96 (patch) | |
tree | 0abd5ac7b1633e0c3160629bba42f3d9ed2145d5 /Makefile | |
parent | fc83e15cf75106806ac98dc35ed57bdd9f6cf7ba (diff) | |
download | whois-d6bec26f44f139fa079230c5ee6c9baac8f0be96.tar.gz |
Imported Debian version 4.6.1v4.6.1
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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) |