diff options
author | Marco d'Itri <md@linux.it> | 2001-06-05 14:01:56 +0200 |
---|---|---|
committer | Marco d'Itri <md@linux.it> | 2013-03-30 02:31:27 +0100 |
commit | bd5fd88c6bb2b9d56f9c359c351a30e52c0a4c18 (patch) | |
tree | d40ebe4108733e23a7504e55cc2286c7ee0b0375 /Makefile | |
parent | 210d9619a3d30ffe897201ef9cb68f8d64e40c7d (diff) | |
download | whois-bd5fd88c6bb2b9d56f9c359c351a30e52c0a4c18.tar.gz |
Imported Debian version 4.5.7v4.5.7
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -13,7 +13,7 @@ all: whois #pos whois: whois.c whois.h config.h data.h as_del.h ip_del.h tld_serv.h $(CC) $(OPTS) whois.c -o whois $(LDFLAGS) -mkpasswd: +mkpasswd: mkpasswd.c $(CC) $(OPTS) mkpasswd.c -o mkpasswd -lcrypt as_del.h: as_del_list make_as_del.pl |