summaryrefslogtreecommitdiff
path: root/usr.sbin/afs/fs/Makefile
diff options
context:
space:
mode:
authorArtur Grabowski <art@cvs.openbsd.org>2000-09-11 14:41:43 +0000
committerArtur Grabowski <art@cvs.openbsd.org>2000-09-11 14:41:43 +0000
commit0b8fb2e3118863a28edff02ec25366b7ccb2e528 (patch)
treefa0d344f59f9b7ee76478e262bb546a701db8ce8 /usr.sbin/afs/fs/Makefile
parent76a06795631625d8e65dd5fa8bf1e2a59bd7fbce (diff)
New Arla userland from Arla between 0.34.2 and current in arla cvs.
Too many new features and fixes to mention here.
Diffstat (limited to 'usr.sbin/afs/fs/Makefile')
-rw-r--r--usr.sbin/afs/fs/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/usr.sbin/afs/fs/Makefile b/usr.sbin/afs/fs/Makefile
index 43aac3661e1..350087e4023 100644
--- a/usr.sbin/afs/fs/Makefile
+++ b/usr.sbin/afs/fs/Makefile
@@ -1,15 +1,16 @@
PROG = fs
BINDIR = /usr/sbin
-SRCS = fs.c arlalib.c fs_lib.c
LDADD += -lkafs
DPADD += ${LIBKAFS}
.include "../Applflags.inc"
-.PATH: ${.CURDIR}/../src/appl
-
-SRCS += arladeb.c
+SRCS = fs.c
+.PATH: ${.CURDIR}/../src/appl/fs
+SRCS += arladeb.c arlalib.c fs_lib.c
+CFLAGS += -I${.CURDIR}/../src/appl/lib
+.PATH: ${.CURDIR}/../src/appl/lib
.PATH: ${.CURDIR}/../src/arlad
.include <bsd.prog.mk>