From 0e57f2a299667350f0094976659b7e7f6dee3478 Mon Sep 17 00:00:00 2001 From: Artur Grabowski Date: Mon, 14 Sep 1998 21:53:34 +0000 Subject: Initial version of Arla, a free implementation of an AFS cache-manager. (second try, hopefully into the correct repository this time) --- usr.sbin/afs/pts/Makefile | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 usr.sbin/afs/pts/Makefile (limited to 'usr.sbin/afs/pts') 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 \ No newline at end of file -- cgit v1.2.3