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

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

Revision 1.2, 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.1: +2 -0 lines

add OpenBSD tag.

#	$OpenBSD: Makefile,v 1.2 2000/06/20 08:36:17 fgsch Exp $

.PATH:		${.CURDIR}/..

LIB=	tcfs

SRCS= tcfs_dbmaint.c gentcfskey.c tcfs_keymaint.c tcfserrors.c \
	unix_auth.c tcfs_getfspath.c tcfs_getstatus.c tcfs_flags.c

NOPROFILE= yes
NOPIC=	yes

install:
	@echo -n

.include <bsd.own.mk>
.include <bsd.lib.mk>