summaryrefslogtreecommitdiff
path: root/usr.bin/tcfs/tcfsuse/Makefile
blob: 9f6eb8c3a250a1d7800f73a2270d715ac407be0f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#	$OpenBSD: Makefile,v 1.3 2000/06/20 08:36:18 fgsch Exp $

.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}