blob: 4fc8312622bbcebe07051d356b70f3b125953de7 [file] [log] [blame]
# Copyright 2016 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("//build/package.gni")
package("nc") {
deps = [ "third_party/openbsd-netcat:nc" ]
binaries = [
{
name = "nc"
shell = true
},
]
}