diff options
author | Dale Rahn <drahn@cvs.openbsd.org> | 2005-06-17 20:35:19 +0000 |
---|---|---|
committer | Dale Rahn <drahn@cvs.openbsd.org> | 2005-06-17 20:35:19 +0000 |
commit | b33aab82b74d3b66225db98beb5fe8a21b44b3b7 (patch) | |
tree | 2c324a302eb01f66db7423badc3876b92b038c3c /usr.sbin | |
parent | f33fa07046aaae375d7af9e593271983db1ac5d6 (diff) |
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')
-rw-r--r-- | usr.sbin/Makefile | 5 |
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 |