summaryrefslogtreecommitdiffstats
path: root/usr.sbin/Makefile
diff options
context:
space:
mode:
authordrahn <drahn@openbsd.org>2005-06-17 20:35:18 +0000
committerdrahn <drahn@openbsd.org>2005-06-17 20:35:18 +0000
commitd752fdca1d06dfae49a24272dc8e6353f521a337 (patch)
tree32932634c05c72d884dcd12c9c1951c146417838 /usr.sbin/Makefile
parentformatting tweaks; (diff)
downloadwireguard-openbsd-d752fdca1d06dfae49a24272dc8e6353f521a337.tar.xz
wireguard-openbsd-d752fdca1d06dfae49a24272dc8e6353f521a337.zip
Extended Attributes was a piece to get to ACLs, however ACLs have not
been worked on, so EA is pointless to maintain.
Diffstat (limited to 'usr.sbin/Makefile')
-rw-r--r--usr.sbin/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile
index bda04d16a03..6c51a37209e 100644
--- a/usr.sbin/Makefile
+++ b/usr.sbin/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.120 2005/06/02 20:09:39 tholo Exp $
+# $OpenBSD: Makefile,v 1.121 2005/06/17 20:35:18 drahn Exp $
.include <bsd.own.mk>
@@ -21,9 +21,6 @@ SUBDIR+=bad144 acpid acpidump apm apmd fdformat memconfig
SUBDIR+=eeprom gpioctl hotplugd
SUBDIR+=wsconscfg wsfontload
-# Extended Attribute tools
-SUBDIR+=extattrctl setextattr getextattr
-
.if (${AFS:L} == "yes")
SUBDIR+=afs
.endif