summaryrefslogtreecommitdiffstats
path: root/usr.bin/xinstall/Makefile
diff options
context:
space:
mode:
authorbrooks <brooks@FreeBSD.org>2013-01-18 20:57:50 +0000
committerbrooks <brooks@FreeBSD.org>2013-01-18 20:57:50 +0000
commit3a6566041c833912263b460d08964f0fed1ed665 (patch)
tree4bd6bb397a57c2b45721a9f7a94eeb1d1bb097cb /usr.bin/xinstall/Makefile
parentadf92df6259d2b75c695710bf9ac765fb00c4857 (diff)
downloadFreeBSD-src-3a6566041c833912263b460d08964f0fed1ed665.zip
FreeBSD-src-3a6566041c833912263b460d08964f0fed1ed665.tar.gz
Introduce six new options from NetBSD:
* -M <metalog> Log metadata in mtree format. * -D <destdir> Log paths relative to <destdir>. * -h <hash> Log digest of type <hash>. * -T <tags> Specify which mtree tags to log. * -l <linkflag> Create hard or symbolic links (allows logging). * -U Install without root privileges (owner, group, mode, and flags can be logged via -M NOTE: In the interest of compatibility with NetBSD and because it is the obvious letter, the nearly useless -M option (disable mmap) has been repurposed. Sponsored by: DARPA, AFRL Obtained from: NetBSD Reviewed by: bz
Diffstat (limited to 'usr.bin/xinstall/Makefile')
-rw-r--r--usr.bin/xinstall/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/xinstall/Makefile b/usr.bin/xinstall/Makefile
index 2a2aace..d9d5873 100644
--- a/usr.bin/xinstall/Makefile
+++ b/usr.bin/xinstall/Makefile
@@ -10,7 +10,7 @@ MAN= install.1
CFLAGS+= -I${.CURDIR}/../../contrib/mtree
CFLAGS+= -I${.CURDIR}/../../lib/libnetbsd
-DPADD+= ${LIBUTIL}
-LDADD+= -lutil
+DPADD+= ${LIBUTIL} ${LIBMD}
+LDADD+= -lutil -lmd
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud