Author: ngie Date: Fri May 27 18:40:38 2016 New Revision: 300862 URL: https://svnweb.freebsd.org/changeset/base/300862
Log: Install ioatcontrol to /usr/bin by default instead of / MFC after: 1 week Sponsored by: EMC / Isilon Storage Division Modified: head/tools/tools/ioat/Makefile Modified: head/tools/tools/ioat/Makefile ============================================================================== --- head/tools/tools/ioat/Makefile Fri May 27 18:39:47 2016 (r300861) +++ head/tools/tools/ioat/Makefile Fri May 27 18:40:38 2016 (r300862) @@ -2,6 +2,7 @@ PROG= ioatcontrol MAN= ioatcontrol.8 +BINDIR?= /usr/bin CFLAGS+= -I${SRCTOP}/sys/dev/ioat _______________________________________________ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"