diff options
author | ache <ache@FreeBSD.org> | 1994-12-03 04:42:49 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1994-12-03 04:42:49 +0000 |
commit | 207c361309bfc04954c8fadaf0f9a0f7b9a13ee5 (patch) | |
tree | 05f43f5fece45fdb3eef686b24c3b9fd6ccb6e18 | |
parent | 669c987b206bf5a84d484c39eade602c441c409c (diff) | |
download | FreeBSD-src-207c361309bfc04954c8fadaf0f9a0f7b9a13ee5.zip FreeBSD-src-207c361309bfc04954c8fadaf0f9a0f7b9a13ee5.tar.gz |
Move gdc/bs to games
-rw-r--r-- | lib/libncurses/TESTS/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/libncurses/TESTS/Makefile b/lib/libncurses/TESTS/Makefile index 9b258df..4136d74 100644 --- a/lib/libncurses/TESTS/Makefile +++ b/lib/libncurses/TESTS/Makefile @@ -1,4 +1,4 @@ -TESTS = test corner ensor getch ncurses bs gdc hanoi knight rain worm \ +TESTS = test corner ensor getch ncurses hanoi knight rain worm \ over scroll2 battle newdemo scroll3 xmas copy firework testcurs \ scroll @@ -16,8 +16,6 @@ corner: corner.c ensor: ensor.c getch: getch.c ncurses: ncurses.c -bs: bs.c -gdc: gdc.c hanoi: hanoi.c knight: knight.c rain: rain.c |