summaryrefslogtreecommitdiff
path: root/usr.sbin/Makefile
diff options
context:
space:
mode:
authorDale Rahn <drahn@cvs.openbsd.org>2002-02-22 21:12:14 +0000
committerDale Rahn <drahn@cvs.openbsd.org>2002-02-22 21:12:14 +0000
commit0688dac79a63b54c64da716b7c719934f27f988e (patch)
treea53b70b5eb840d72df90f784a796aba0ac8b290a /usr.sbin/Makefile
parentb3ef856b695c0e79de9a57534c11a8a6eac126a8 (diff)
Extended Attribute support, from FreeBSD/TrustedBSD. ok art@ deraadt@
add extattrctl getextattr setextattr
Diffstat (limited to 'usr.sbin/Makefile')
-rw-r--r--usr.sbin/Makefile5
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