blob: 62172c2a0c86bf72c6ad0c6cb3bc3609528e7204 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
# $NetBSD: sh-jobs.mk,v 1.2 2020/08/16 14:25:16 rillig Exp $
#
# Tests for the "run in jobs mode" part of the "Shell Commands" section
# from the manual page.
# TODO: Implementation
all:
@:;
|