diff options
author | 2002-02-22 21:12:13 +0000 | |
---|---|---|
committer | 2002-02-22 21:12:13 +0000 | |
commit | 12c52fa4a69cade0c4af509c73bbc079aeedb9f2 (patch) | |
tree | 18da1a83fcb9ac8dbe85557c137ba4234d1e5ab1 | |
parent | Extended Attribute support, from FreeBSD/TrustedBSD. ok art@ deraadt@ (diff) | |
download | wireguard-openbsd-12c52fa4a69cade0c4af509c73bbc079aeedb9f2.tar.xz wireguard-openbsd-12c52fa4a69cade0c4af509c73bbc079aeedb9f2.zip |
Extended Attribute support, from FreeBSD/TrustedBSD. ok art@ deraadt@
add extattrctl getextattr setextattr
-rw-r--r-- | usr.sbin/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile index 25c5fabda42..a061ec62c17 100644 --- a/usr.sbin/Makefile +++ b/usr.sbin/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.86 2001/12/01 18:57:33 deraadt Exp $ +# $OpenBSD: Makefile,v 1.87 2002/02/22 21:12:13 drahn Exp $ # not yet done: catman @@ -28,6 +28,9 @@ SUBDIR+=bad144 apm apmd fdformat memconfig SUBDIR+=eeprom screenblank grfinfo hilinfo SUBDIR+=wsconscfg wsfontload +# Extended Attribute tools +SUBDIR+=extattrctl setextattr getextattr + .if (${AFS:L} == "yes") SUBDIR+=afs .endif |