From 91f06c38c1dd8fd7c8f71637128faf6dbc9b460e Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Mon, 9 Mar 2020 04:03:18 -0400 Subject: Remove extraneous files from sh sources --- bin/1sh/tests/invocation/Makefile | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 bin/1sh/tests/invocation/Makefile (limited to 'bin/1sh/tests/invocation/Makefile') diff --git a/bin/1sh/tests/invocation/Makefile b/bin/1sh/tests/invocation/Makefile deleted file mode 100644 index 095fc46c..00000000 --- a/bin/1sh/tests/invocation/Makefile +++ /dev/null @@ -1,16 +0,0 @@ -# $FreeBSD: releng/12.1/bin/sh/tests/invocation/Makefile 322455 2017-08-13 14:36:10Z jilles $ - -PACKAGE= tests - -TESTSDIR= ${TESTSBASE}/bin/sh/${.CURDIR:T} - -.PATH: ${.CURDIR:H} -ATF_TESTS_SH= functional_test - -${PACKAGE}FILES+= sh-ac1.0 -${PACKAGE}FILES+= sh-c-missing1.0 -${PACKAGE}FILES+= sh-c1.0 -${PACKAGE}FILES+= sh-ca1.0 -${PACKAGE}FILES+= sh-fca1.0 - -.include -- cgit 1.4.1 refs/?id=e206bf6d689cab448f531b74db7cbc7a6cfce9d2'>refs log tree commit diff homepage
Commit message (Expand)Author
2021-10-15Build chroot only on OpenBSDJune McEnroe
2021-09-30Handle KEY_BACKSPACE in freecellJune McEnroe
2021-09-28Add news of freecell mouse support to menuJune McEnroe
2021-09-28Add mouse support to freecellJune McEnroe
2021-09-28Add direct game selection tip to menuJune McEnroe
2021-09-27Extract chroot.tar with -pJune McEnroe
2021-09-26OpenBSD: Copy appropriate files for chrootJune McEnroe
2021-09-26Link with -lncurseswJune McEnroe
2021-09-26OpenBSD: pledge(2) and unveil(2)June McEnroe
2021-04-19Draw foundations in reverse orderJune McEnroe
2021-04-19Only print info atexit without -tJune McEnroe
2021-04-19Only use cells for moveColumnJune McEnroe
2021-04-19Force UTF-8 locale and add to chroot, link to curseswJune McEnroe
2021-04-18Add freecellJune McEnroe
2021-04-18Allow cumulative score gamesJune McEnroe
2021-01-31Check isattyJune McEnroe
2021-01-31Launch game immediately with SSH_ORIGINAL_COMMANDJune McEnroe
2021-01-29Handle getch ERR in menuJune McEnroe
2021-01-29Set process title to chosen gameJune McEnroe
2021-01-29Add pause to snakeJune McEnroe
2021-01-29Add menu to choose 2048 or snakeJune McEnroe
2021-01-29Actually wait for a non-direction keyJune McEnroe
2021-01-29Give the snake a tailJune McEnroe
2021-01-29Don't let the snake snap its own neckJune McEnroe