summaryrefslogtreecommitdiff
path: root/kerberosIV/kauthd
diff options
context:
space:
mode:
authorArtur Grabowski <art@cvs.openbsd.org>1998-02-26 00:16:48 +0000
committerArtur Grabowski <art@cvs.openbsd.org>1998-02-26 00:16:48 +0000
commit3112110ccce54a29f24b8f5ff07128ca55b639f2 (patch)
treecfd3beedd13bb70136fb5d9957860946bf6819ad /kerberosIV/kauthd
parentb1351b377b7c1951a54750c10f9b4e2fd4e19b09 (diff)
fix confusion with paths in the Makefile.
Diffstat (limited to 'kerberosIV/kauthd')
-rw-r--r--kerberosIV/kauthd/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/kerberosIV/kauthd/Makefile b/kerberosIV/kauthd/Makefile
index eecc7182bfa..c513ae3de50 100644
--- a/kerberosIV/kauthd/Makefile
+++ b/kerberosIV/kauthd/Makefile
@@ -1,8 +1,10 @@
-# $OpenBSD: Makefile,v 1.1 1998/02/18 07:10:23 art Exp $
+# $OpenBSD: Makefile,v 1.2 1998/02/26 00:16:47 art Exp $
.include <bsd.obj.mk>
-SRCS= ../kauth/encdata.c kauthd.c ../kauth/marshall.c inaddr2str.c mini_inetd.c
+SRCS= kauthd.c inaddr2str.c mini_inetd.c
+.PATH: ${.CURDIR}/../kauth
+SRCS+= encdata.c marshall.c
PROG= kauthd
LDADD+= -lkrb -lkafs -ldes
DPADD+= ${LIBKRB} ${LIBKAFS}