diff options
author | Dale Rahn <drahn@cvs.openbsd.org> | 2002-02-22 21:10:31 +0000 |
---|---|---|
committer | Dale Rahn <drahn@cvs.openbsd.org> | 2002-02-22 21:10:31 +0000 |
commit | b3ef856b695c0e79de9a57534c11a8a6eac126a8 (patch) | |
tree | 29778fb703c8f812ec90bcf119937cff4c60a3fa /usr.sbin/extattrctl/Makefile | |
parent | 1d92313f073bd55b1a9fce687135131c4fb4ab04 (diff) |
Extended Attribute support, from FreeBSD/TrustedBSD. ok art@ deraadt@
Diffstat (limited to 'usr.sbin/extattrctl/Makefile')
-rw-r--r-- | usr.sbin/extattrctl/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/usr.sbin/extattrctl/Makefile b/usr.sbin/extattrctl/Makefile new file mode 100644 index 00000000000..c86b6997d8f --- /dev/null +++ b/usr.sbin/extattrctl/Makefile @@ -0,0 +1,6 @@ +# $OpenBSD: Makefile,v 1.1 2002/02/22 21:09:06 drahn Exp $ + +PROG= extattrctl +MAN= extattrctl.8 + +.include <bsd.prog.mk> |