summaryrefslogtreecommitdiff
path: root/usr.bin/tcfs/tcfsmng/Makefile
blob: c657ad5607807bad99ad159111eeb9e1b7a44ebd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
.PATH:		${.CURDIR}/..

PROG=	tcfsmng
BINOWN=	root

BINDIR=	/usr/bin
NOMAN=
#MAN=	tcfsmng.1

SRCS=	tcfsmng.c tcfsadduser.c tcfsrmuser.c tcfsaddgroup.c tcfsrmgroup.c

.include <bsd.prog.mk>

LDADD+=	-lutil
DPADD+= ${LIBUTIL}