diff options
| author | pooka <pooka@NetBSD.org> | 2007-01-26 23:55:27 +0000 |
|---|---|---|
| committer | pooka <pooka@NetBSD.org> | 2007-01-26 23:55:27 +0000 |
| commit | f4e2aba8ceddced39477e300033559293df38df2 (patch) | |
| tree | 3a6a447f6312defed6f78a77f5b544756c0bc5c7 /lib/libpuffs/Makefile | |
| parent | 3238d589b27380cb95cf5e2afd8a8f633bd00178 (diff) | |
document puffs_fs_suspend()
Diffstat (limited to 'lib/libpuffs/Makefile')
| -rw-r--r-- | lib/libpuffs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libpuffs/Makefile b/lib/libpuffs/Makefile index 389e2f39a2d..2e48e864c97 100644 --- a/lib/libpuffs/Makefile +++ b/lib/libpuffs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2007/01/26 23:00:33 pooka Exp $ +# $NetBSD: Makefile,v 1.13 2007/01/26 23:55:27 pooka Exp $ # .include <bsd.own.mk> @@ -9,7 +9,7 @@ LIB= puffs SRCS= puffs.c callcontext.c creds.c flush.c null.c opdump.c \ paths.c pnode.c requests.c subr.c suspend.c MAN= puffs.3 puffs_cc.3 puffs_flush.3 puffs_node.3 \ - puffs_path.3 puffs_req.3 + puffs_path.3 puffs_req.3 puffs_suspend.3 INCS= puffs.h puffsdump.h INCSDIR= /usr/include LINTFLAGS+=-S -w |
