summaryrefslogtreecommitdiff
path: root/usr.sbin/afs/fs/Makefile
blob: 9d881b09cd85530c1c6a800185655ed07ee4caca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
PROG	= fs
MAN	=
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

.PATH: ${.CURDIR}/../src/arlad

.include <bsd.prog.mk>