blob: 58bb640615b1ed122fd2970b01c4aa59dbea5492 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# $OpenBSD: Makefile,v 1.3 2000/06/20 08:36:17 fgsch Exp $
.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}
|