diff options
author | Artur Grabowski <art@cvs.openbsd.org> | 2000-09-11 14:41:43 +0000 |
---|---|---|
committer | Artur Grabowski <art@cvs.openbsd.org> | 2000-09-11 14:41:43 +0000 |
commit | 0b8fb2e3118863a28edff02ec25366b7ccb2e528 (patch) | |
tree | fa0d344f59f9b7ee76478e262bb546a701db8ce8 /usr.sbin/afs/fs/Makefile | |
parent | 76a06795631625d8e65dd5fa8bf1e2a59bd7fbce (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/Makefile | 9 |
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> |