From 48893562fdfa12c4f376d2556da18e817a34484f Mon Sep 17 00:00:00 2001 From: Niels Provos Date: Sun, 18 Jun 2000 22:07:26 +0000 Subject: Initial import of very much rewritten TCFS userland. This code is still nasty. --- usr.bin/tcfs/lib/Makefile | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 usr.bin/tcfs/lib/Makefile (limited to 'usr.bin/tcfs/lib/Makefile') 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 +.include -- cgit v1.2.3