blob: 443b893ef75baf18393f9f1ff1f16d3e3d9e5462 [file] [log] [blame]
# Copyright 2017 The Fuchsia Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
LOCAL_DIR := $(GET_LOCAL_DIR)
MODULE := $(LOCAL_DIR)
MODULE_TYPE := userapp
MODULE_GROUP := misc
MODULE_SRCS += $(LOCAL_DIR)/netreflector.c
MODULE_STATIC_LIBS := system/ulib/inet6
MODULE_LIBS := system/ulib/mxio system/ulib/magenta system/ulib/c
include make/module.mk