diff options
author | Artur Grabowski <art@cvs.openbsd.org> | 1998-08-12 23:49:06 +0000 |
---|---|---|
committer | Artur Grabowski <art@cvs.openbsd.org> | 1998-08-12 23:49:06 +0000 |
commit | e729fd4f6b58f901dac1dbf9698a873d4537cb96 (patch) | |
tree | 1464a617fefcbd793db97f8fd3ccf35f0b139a3e /kerberosIV/kafs/Makefile | |
parent | 105b1bda080e91b3e03dae69ddedbc6379f7998e (diff) |
libkafs from kth-krb 0.9.9 with ability to use AFSDB records
Diffstat (limited to 'kerberosIV/kafs/Makefile')
-rw-r--r-- | kerberosIV/kafs/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/kerberosIV/kafs/Makefile b/kerberosIV/kafs/Makefile index 7a87b57e248..fce4e7b1546 100644 --- a/kerberosIV/kafs/Makefile +++ b/kerberosIV/kafs/Makefile @@ -1,8 +1,10 @@ -# $Id: Makefile,v 1.3 1998/03/12 17:46:26 art Exp $ +# $Id: Makefile,v 1.4 1998/08/12 23:49:01 art Exp $ LIB= kafs -CFLAGS+=-I${.CURDIR} +CFLAGS+=-I${.CURDIR} -I${.CURDIR}/../roken SRCS= afskrb.c afssys.c common.c +.PATH: ${.CURDIR}/../roken +SRCS+= resolve.c .include <bsd.own.mk> # for AFS |