diff options
-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 |