summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
authordelphij <delphij@FreeBSD.org>2014-11-25 00:07:56 +0000
committerdelphij <delphij@FreeBSD.org>2014-11-25 00:07:56 +0000
commit2417b1174fccba55fa51c78f69721f54cf7660e8 (patch)
treefb0c14b3f327e9ae1eddd7a71393c0b5000e93bc /usr.sbin
parent85691d217f04c00d147004b4f402e9cc40bf6c78 (diff)
downloadFreeBSD-src-2417b1174fccba55fa51c78f69721f54cf7660e8.zip
FreeBSD-src-2417b1174fccba55fa51c78f69721f54cf7660e8.tar.gz
Fix build.
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/nmtree/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/usr.sbin/nmtree/Makefile b/usr.sbin/nmtree/Makefile
index 5789ad8..5c6dfbd 100644
--- a/usr.sbin/nmtree/Makefile
+++ b/usr.sbin/nmtree/Makefile
@@ -15,11 +15,7 @@ CFLAGS+= -I${.CURDIR}/../../contrib/mknod
.PATH: ${.CURDIR}/../../contrib/mknod
SRCS+= pack_dev.c
-CFLAGS+= -I${.CURDIR}/../../lib/libnetbsd
-LIBNETBSDDIR= ${.OBJDIR}/../../lib/libnetbsd
-LIBNETBSD= ${LIBNETBSDDIR}/libnetbsd.a
-DPADD+= ${LIBNETBSD}
-LDADD+= ${LIBNETBSD}
+LIBADD= netbsd
LINKS= ${BINDIR}/mtree ${BINDIR}/nmtree
MLINKS= mtree.8 nmtree.8
OpenPOWER on IntegriCloud