Co-authored-by: Richard Lau <rlau@redhat.com> PR-URL: https://github.com/nodejs/node/pull/50082 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
10 lines
261 B
Makefile
10 lines
261 B
Makefile
# Copyright (C) The c-ares project and its contributors
|
|
# SPDX-License-Identifier: MIT
|
|
|
|
AUTOMAKE_OPTIONS = foreign subdir-objects no-dependencies
|
|
|
|
include Makefile.inc
|
|
|
|
man_MANS = $(MANPAGES)
|
|
|
|
EXTRA_DIST = $(MANPAGES) ahost.1 adig.1 Makefile.inc CMakeLists.txt
|