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

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

Revision 1.3, Tue Jun 20 08:36:18 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: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}