summaryrefslogtreecommitdiff
path: root/net/coda5_server/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'net/coda5_server/patches/patch-aa')
-rw-r--r--net/coda5_server/patches/patch-aa20
1 files changed, 20 insertions, 0 deletions
diff --git a/net/coda5_server/patches/patch-aa b/net/coda5_server/patches/patch-aa
new file mode 100644
index 00000000000..639b34fdc52
--- /dev/null
+++ b/net/coda5_server/patches/patch-aa
@@ -0,0 +1,20 @@
+$NetBSD: patch-aa,v 1.9 2000/02/20 07:19:02 fredb Exp $
+
+--- coda-src/auth2/Makefile.in.orig Sun Jan 30 18:01:06 2000
++++ coda-src/auth2/Makefile.in Sun Feb 20 00:48:38 2000
+@@ -63,12 +63,12 @@
+ ifeq ($(SHORTSYS),djgpp)
+ EXECUTABLES = $(CLOG)
+ else
+-EXECUTABLES = $(CLOG) $(AUTH2) initpw $(AU) cpasswd ctokens cunlog tokentool
++EXECUTABLES = $(CLOG) $(AUTH2) initpw cpasswd ctokens cunlog tokentool
+ CBINS = $(CLOG) cpasswd ctokens cunlog
+
+-CSBINS = $(AU)
++CSBINS =
+ SBINS =
+-SSBINS = $(AU) $(AUTH2) initpw
++SSBINS = $(AUTH2) initpw
+ endif
+
+ CFLAGS := -Wall $(CFLAGS)