a068c194df
This will replace the existing getextattr(8) and setextattr(8) with a single binary responding to the names getextattr, setextattr, rmextattr and lsextattr. This program is not yet connected to the build. Sponsored by: DARPA and NAI Labs.
17 lines
330 B
Makefile
17 lines
330 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= rmextattr
|
|
MAN= rmextattr.8
|
|
|
|
LINKS+= ${BINDIR}/rmextattr ${BINDIR}/getextattr
|
|
LINKS+= ${BINDIR}/rmextattr ${BINDIR}/setextattr
|
|
LINKS+= ${BINDIR}/rmextattr ${BINDIR}/lsextattr
|
|
|
|
MLINKS+= rmextattr.8 setextattr.8
|
|
MLINKS+= rmextattr.8 getextattr.8
|
|
MLINKS+= rmextattr.8 lsextattr.8
|
|
|
|
WARNS?= 5
|
|
|
|
.include <bsd.prog.mk>
|