blob: e91fb13d05a5338e306ee89a233f7edf1a29cacf (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
.PATH: ${.CURDIR}/..
PROG= tcfsuse
BINOWN= root
#BINMODE?=4555
BINMODE?=555
BINDIR= /usr/bin
NOMAN=
#MAN= tcfsuse.1
SRCS= tcfsuse.c tcfsputkey.c tcfsrun.c tcfsrmkey.c tcfsgenkey.c tcfstat.c \
tcfsflag.c
.include <bsd.prog.mk>
LDADD+= -lutil
DPADD+= ${LIBUTIL}
|