blob: a8531f995810abdbb2592c785a99ba276b69ffbc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# $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>
|