summaryrefslogtreecommitdiffstats
path: root/usr.sbin/extattr/Makefile
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2002-08-30 08:53:03 +0000
committerphk <phk@FreeBSD.org>2002-08-30 08:53:03 +0000
commitd602476e03da9d98360b3e1bc7300c355cd33690 (patch)
treeecc225415e070c4732f206befc9b8d1930775cff /usr.sbin/extattr/Makefile
parenta059a854e9f7870b1d2446aa34d7130c5b660803 (diff)
downloadFreeBSD-src-d602476e03da9d98360b3e1bc7300c355cd33690.zip
FreeBSD-src-d602476e03da9d98360b3e1bc7300c355cd33690.tar.gz
Add the new userland tool for manipulating extended attributes.
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.
Diffstat (limited to 'usr.sbin/extattr/Makefile')
-rw-r--r--usr.sbin/extattr/Makefile16
1 files changed, 16 insertions, 0 deletions
diff --git a/usr.sbin/extattr/Makefile b/usr.sbin/extattr/Makefile
new file mode 100644
index 0000000..ae34975
--- /dev/null
+++ b/usr.sbin/extattr/Makefile
@@ -0,0 +1,16 @@
+# $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>
OpenPOWER on IntegriCloud