[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / src / usr.bin / tcfs / tcfsmng

File: [local] / src / usr.bin / tcfs / tcfsmng / Attic / Makefile (download)

Revision 1.3, Tue Jun 20 08:36:17 2000 UTC (23 years, 11 months ago) by fgsch
Branch: MAIN
CVS Tags: OPENBSD_3_2_BASE, OPENBSD_3_2, OPENBSD_3_1_BASE, OPENBSD_3_1, OPENBSD_3_0_BASE, OPENBSD_3_0, OPENBSD_2_9_BASE, OPENBSD_2_9, OPENBSD_2_8_BASE, OPENBSD_2_8
Changes since 1.2: +2 -0 lines

add OpenBSD tag.

#	$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}