blob: d70641f9739c0766a83cdbe8d1eeb123a70c0fc7 (
plain)
1
2
3
4
5
6
7
8
9
|
# $NetBSD: opt-debug-archive.mk,v 1.1 2020/09/05 06:20:51 rillig Exp $
#
# Tests for the -da command line option, which adds debug logging for the
# archive handling.
# TODO: Implementation
all:
@:;
|