summaryrefslogtreecommitdiff
path: root/net/coda5_server/patches/patch-aa
blob: 639b34fdc525a04ea7cd7040af2c7c888f1264e8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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)