blob: 0acc5e9d29747304a8a378c2a67892c80b77d4ec [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.
import("//src/sys/build/components.gni")
executable("bin") {
output_name = "uname"
sources = [ "uname.c" ]
deps = [ "//src/zircon/lib/zircon" ]
}
fuchsia_shell_package("uname") {
deps = [ ":bin" ]
}