summaryrefslogtreecommitdiff
path: root/usr.bin/tcfs/tcfsmng/Makefile
blob: d7b456c037bb384a6f17c2a0bb3e4bdf20905252 (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 -ldes
DPADD+= ${LIBUTIL} ${LIBDES}