o Reflect moving of extattr_namespace calls to libc from libutil; no

longer need to link libutil into command-line extended attribute
  utilities.

Obtained from:	TrustedBSD Project
This commit is contained in:
Robert Watson 2001-11-16 05:10:35 +00:00
parent 5acb7446b0
commit a17ca2d8a4
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=86453
3 changed files with 0 additions and 9 deletions

View File

@ -3,7 +3,4 @@
PROG= extattrctl
MAN= extattrctl.8
DPADD= ${LIBUTIL}
LDADD= -lutil
.include <bsd.prog.mk>

View File

@ -3,7 +3,4 @@
PROG= getextattr
MAN= getextattr.8
DPADD= ${LIBUTIL}
LDADD= -lutil
.include <bsd.prog.mk>

View File

@ -3,7 +3,4 @@
PROG= setextattr
MAN= setextattr.8
DPADD= ${LIBUTIL}
LDADD= -lutil
.include <bsd.prog.mk>