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/pts | |
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/pts')
-rw-r--r-- | usr.sbin/afs/pts/Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/usr.sbin/afs/pts/Makefile b/usr.sbin/afs/pts/Makefile new file mode 100644 index 00000000000..cc8e1ce9de0 --- /dev/null +++ b/usr.sbin/afs/pts/Makefile @@ -0,0 +1,11 @@ +PROG = pts +MAN = +SRCS = pts.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 |