Author: sbruno
Date: Wed Mar  8 17:29:40 2017
New Revision: 314915
URL: https://svnweb.freebsd.org/changeset/base/314915

Log:
  Use the buildworld includes and defaults when building pkt-gen.  This will
  mean that you need a world built to reliably build pkg-gen but this keeps
  the build from failing when your source doesn't match your host running
  version, e.g. building 12 on 11.
  
  Submitted by: Matt Macy <mm...@nextbsd.org>
  MFC after:    2 weeks
  Sponsored by: Limelight Networks

Modified:
  head/tools/tools/netmap/Makefile

Modified: head/tools/tools/netmap/Makefile
==============================================================================
--- head/tools/tools/netmap/Makefile    Wed Mar  8 14:52:03 2017        
(r314914)
+++ head/tools/tools/netmap/Makefile    Wed Mar  8 17:29:40 2017        
(r314915)
@@ -8,7 +8,6 @@ PROGS   =       pkt-gen nmreplay bridge vale-ctl
 CLEANFILES = $(PROGS) *.o
 MAN=
 CFLAGS += -Werror -Wall
-CFLAGS += -nostdinc -I ../../../sys -I/usr/include
 CFLAGS += -Wextra
 
 LDFLAGS += -lpthread
_______________________________________________
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"

Reply via email to