svn commit: r275002 - head/usr.sbin/nmtree

Baptiste Daroussin bapt at FreeBSD.org
Tue Nov 25 01:12:58 UTC 2014


Author: bapt
Date: Tue Nov 25 01:12:57 2014
New Revision: 275002
URL: https://svnweb.freebsd.org/changeset/base/275002

Log:
  Fix the fix

Modified:
  head/usr.sbin/nmtree/Makefile

Modified: head/usr.sbin/nmtree/Makefile
==============================================================================
--- head/usr.sbin/nmtree/Makefile	Tue Nov 25 00:51:49 2014	(r275001)
+++ head/usr.sbin/nmtree/Makefile	Tue Nov 25 01:12:57 2014	(r275002)
@@ -15,6 +15,7 @@ CFLAGS+=	-I${.CURDIR}/../../contrib/mkno
 .PATH:		${.CURDIR}/../../contrib/mknod
 SRCS+=		pack_dev.c
 
+CFLAGS+=	-I${.CURDIR}/../../lib/libnetbsd
 LIBADD=		netbsd
 
 LINKS=		${BINDIR}/mtree ${BINDIR}/nmtree


More information about the svn-src-all mailing list