17 lines
335 B
Text
17 lines
335 B
Text
$NetBSD: patch-aa,v 1.1 2009/09/26 05:48:02 taca Exp $
|
|
|
|
* Fix for NetBSD 4.*.
|
|
|
|
--- Makefile.orig 2008-05-06 18:41:16.000000000 +0900
|
|
+++ Makefile
|
|
@@ -31,6 +31,10 @@ else
|
|
mkpasswd_LDADD += -lcrypt
|
|
endif
|
|
|
|
+ifdef NEED_OPTARG
|
|
+DEFS += -DNEED_OPTARG
|
|
+endif
|
|
+
|
|
all: Makefile.depend whois mkpasswd #pos
|
|
|
|
whois_OBJECTS := whois.o utils.o
|