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/Makefile | |
parent | 47bc7a26b81967e77c0f021899f1544966df67e2 (diff) |
Initial import of very much rewritten TCFS userland. This code is still
nasty.
Diffstat (limited to 'usr.bin/tcfs/Makefile')
-rw-r--r-- | usr.bin/tcfs/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/usr.bin/tcfs/Makefile b/usr.bin/tcfs/Makefile new file mode 100644 index 00000000000..815138797ef --- /dev/null +++ b/usr.bin/tcfs/Makefile @@ -0,0 +1,7 @@ +# $OpenBSD: Makefile,v 1.1 2000/06/18 22:07:24 provos Exp $ + +.include <bsd.own.mk> + +SUBDIR= lib tcfsmng tcfsuse + +.include <bsd.subdir.mk> |