summaryrefslogtreecommitdiff
path: root/usr.sbin/afs/fs/Makefile
blob: 350087e40231ee4c6068815076b636f669f93b33 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
PROG	= fs
BINDIR	= /usr/sbin
LDADD	+= -lkafs
DPADD	+= ${LIBKAFS}

.include "../Applflags.inc"

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>