1
0
mirror of https://github.com/openbsd/src.git synced 2025-01-10 06:47:55 -08:00

Extended Attribute support, from FreeBSD/TrustedBSD. ok art@ deraadt@

add extattrctl getextattr setextattr
This commit is contained in:
drahn 2002-02-22 21:12:13 +00:00
parent 1eb063c497
commit 12c52fa4a6

View File

@ -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