diff options
author | Hans Insulander <hin@cvs.openbsd.org> | 2002-02-06 09:13:35 +0000 |
---|---|---|
committer | Hans Insulander <hin@cvs.openbsd.org> | 2002-02-06 09:13:35 +0000 |
commit | 1c3002dcb34c34a7af83455c909bd3b78e61ca92 (patch) | |
tree | c56fa90229c64056dc1a3b887eac4bc27eef90d9 /kerberosV/usr.bin/kauth/Makefile | |
parent | 811473434806375f7fa688a3754601dcc034f50a (diff) |
Misc. updates for heimdal-0.4e
Diffstat (limited to 'kerberosV/usr.bin/kauth/Makefile')
-rw-r--r-- | kerberosV/usr.bin/kauth/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kerberosV/usr.bin/kauth/Makefile b/kerberosV/usr.bin/kauth/Makefile index c363898c24f..56fe595fc6a 100644 --- a/kerberosV/usr.bin/kauth/Makefile +++ b/kerberosV/usr.bin/kauth/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.3 2001/06/23 00:17:46 hin Exp $ +# $OpenBSD: Makefile,v 1.4 2002/02/06 09:13:34 hin Exp $ KRBDEPTH=../.. .include <${.CURDIR}/../../Makefile.inc> @@ -6,7 +6,7 @@ KRBDEPTH=../.. PROG= kauth NOMAN= -SRCS= kinit.c kauth_options.c +SRCS= kinit.c .PATH: ${KRB5SRC}/kuser |