summaryrefslogtreecommitdiff
path: root/usr.sbin/afs/vos
diff options
context:
space:
mode:
authorArtur Grabowski <art@cvs.openbsd.org>1998-09-14 21:53:34 +0000
committerArtur Grabowski <art@cvs.openbsd.org>1998-09-14 21:53:34 +0000
commit0e57f2a299667350f0094976659b7e7f6dee3478 (patch)
treed8ede62a3ccc6a1f3f2356331b66e9053ae3a2aa /usr.sbin/afs/vos
parent788dcf9c3006bfae877a4297f0cb91c6e6f20b25 (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/vos')
-rw-r--r--usr.sbin/afs/vos/Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/usr.sbin/afs/vos/Makefile b/usr.sbin/afs/vos/Makefile
new file mode 100644
index 00000000000..f4f249c451c
--- /dev/null
+++ b/usr.sbin/afs/vos/Makefile
@@ -0,0 +1,12 @@
+PROG = vos
+MAN =
+BINDIR = /usr/sbin
+SRCS = vos.c arlalib.c fs_lib.c
+LDADD += -lkafs
+DPADD += ${LIBKAFS}
+
+.include "../Applflags.inc"
+
+.PATH: ${.CURDIR}/../src/appl
+
+.include <bsd.prog.mk> \ No newline at end of file