diff options
author | Niels Provos <provos@cvs.openbsd.org> | 2000-06-18 22:07:26 +0000 |
---|---|---|
committer | Niels Provos <provos@cvs.openbsd.org> | 2000-06-18 22:07:26 +0000 |
commit | 48893562fdfa12c4f376d2556da18e817a34484f (patch) | |
tree | 033e9aaa47f5617ba6ffbcf7e071ffb8f8f71b07 /usr.bin/tcfs/lib/Makefile | |
parent | 47bc7a26b81967e77c0f021899f1544966df67e2 (diff) |
Initial import of very much rewritten TCFS userland. This code is still
nasty.
Diffstat (limited to 'usr.bin/tcfs/lib/Makefile')
-rw-r--r-- | usr.bin/tcfs/lib/Makefile | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/usr.bin/tcfs/lib/Makefile b/usr.bin/tcfs/lib/Makefile new file mode 100644 index 00000000000..0c07691b8e7 --- /dev/null +++ b/usr.bin/tcfs/lib/Makefile @@ -0,0 +1,15 @@ +.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> |