diff options
author | sjg <sjg@FreeBSD.org> | 2013-02-16 01:23:54 +0000 |
---|---|---|
committer | sjg <sjg@FreeBSD.org> | 2013-02-16 01:23:54 +0000 |
commit | 0ee5295509f95c5780976697a2d3539b994458ca (patch) | |
tree | d52c71701a79fdd867f98855550227958e10a689 /usr.bin/xinstall | |
parent | 64fca9118b71c803e4211b569c603681fa601dfe (diff) | |
download | FreeBSD-src-0ee5295509f95c5780976697a2d3539b994458ca.zip FreeBSD-src-0ee5295509f95c5780976697a2d3539b994458ca.tar.gz |
Updated dependencies
Diffstat (limited to 'usr.bin/xinstall')
-rw-r--r-- | usr.bin/xinstall/Makefile.depend | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/xinstall/Makefile.depend b/usr.bin/xinstall/Makefile.depend index a839545..fe5eea7 100644 --- a/usr.bin/xinstall/Makefile.depend +++ b/usr.bin/xinstall/Makefile.depend @@ -2,14 +2,14 @@ DEP_RELDIR := ${_PARSEDIR:S,${SRCTOP}/,,} -DEP_MACHINE := ${.PARSEFILE:E} - DIRDEPS = \ gnu/lib/libgcc \ include \ include/xlocale \ lib/${CSU_DIR} \ lib/libc \ + lib/libmd \ + lib/libutil \ .include <dirdeps.mk> |