e1afed9c2d
backing file per attribute type indexed by inode number to hold the extended attributes. This is working pretty well on my test systems, except for the "autostart" feature. I need someone with a better handle on the VFS locking protocol to go over that. This is a work-in-progress. There are parts of this that could be re-factored allowing this approach to be used on other types of file systems. Adapted from FreeBSD.
9 lines
131 B
Makefile
9 lines
131 B
Makefile
# $NetBSD: Makefile,v 1.1 2005/08/28 19:37:59 thorpej Exp $
|
|
|
|
PROG= extattrctl
|
|
MAN= extattrctl.8
|
|
|
|
WARNS?= 3
|
|
|
|
.include <bsd.prog.mk>
|