diff options
author | Artur Grabowski <art@cvs.openbsd.org> | 1998-09-14 21:53:34 +0000 |
---|---|---|
committer | Artur Grabowski <art@cvs.openbsd.org> | 1998-09-14 21:53:34 +0000 |
commit | 0e57f2a299667350f0094976659b7e7f6dee3478 (patch) | |
tree | d8ede62a3ccc6a1f3f2356331b66e9053ae3a2aa /usr.sbin/afs/libarla/Makefile.rxkad.inc | |
parent | 788dcf9c3006bfae877a4297f0cb91c6e6f20b25 (diff) |
Initial version of Arla, a free implementation of an AFS cache-manager.
(second try, hopefully into the correct repository this time)
Diffstat (limited to 'usr.sbin/afs/libarla/Makefile.rxkad.inc')
-rw-r--r-- | usr.sbin/afs/libarla/Makefile.rxkad.inc | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/usr.sbin/afs/libarla/Makefile.rxkad.inc b/usr.sbin/afs/libarla/Makefile.rxkad.inc new file mode 100644 index 00000000000..372437aab5c --- /dev/null +++ b/usr.sbin/afs/libarla/Makefile.rxkad.inc @@ -0,0 +1,7 @@ +### rxkad stuff +SRCS += rxk_locl.c rxk_clnt.c rxk_serv.c rxk_crpt.c rxk_info.c \ + osi_alloc.c compat.c + +CFLAGS += -I${.CURDIR}/../src/rxkad + +.PATH: ${.CURDIR}/../src/rxkad |