#!/usr/bin/make -f
##########################################################
-# Copyright (C) 2006 VMware, Inc. All rights reserved.
+# Copyright (C) 2006-2018 VMware, Inc. All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
CFLAGS += -I$(OVT_SOURCE_DIR)/modules/freebsd/shared
CFLAGS += -I$(OVT_SOURCE_DIR)/modules/freebsd/vmblock
CFLAGS += -I$(OVT_SOURCE_DIR)/modules/shared/vmblock
+ CFLAGS += -isystem /usr/include
VPATH := $(OVT_SOURCE_DIR)/modules/shared/vmblock
.else
CFLAGS += -Ishared
#!/usr/bin/make -f
##########################################################
-# Copyright (C) 2007 VMware, Inc. All rights reserved.
+# Copyright (C) 2007-2018 VMware, Inc. All rights reserved.
#
# This program is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by the
CFLAGS += -I$(OVT_SOURCE_DIR)/lib/backdoor
CFLAGS += -I$(OVT_SOURCE_DIR)/modules/freebsd/shared
CFLAGS += -I$(OVT_SOURCE_DIR)/modules/shared/vmmemctl
+ CFLAGS += -isystem /usr/include
VPATH := $(OVT_SOURCE_DIR)/lib/backdoor
VPATH := $(VPATH):$(OVT_SOURCE_DIR)/modules/shared/vmmemctl
.else
#!/usr/bin/make -f
##########################################################
-# Copyright (C) 2007 VMware, Inc. All rights reserved.
+# Copyright (C) 2007-2018 VMware, Inc. All rights reserved.
#
# This program is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by the
.ifdef OVT_SOURCE_DIR
CFLAGS += -I$(OVT_SOURCE_DIR)/lib/include
CFLAGS += -I$(OVT_SOURCE_DIR)/modules/shared/vmxnet
+ CFLAGS += -isystem /usr/include
.else
CFLAGS += -Ishared
.endif