diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2024-09-02 16:34:45 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2024-09-02 16:34:45 +0000 |
commit | a9350b16bcac249feb015aae628b97ffc65ce3d3 (patch) | |
tree | 30c0963bb0951aadb4fd12316bc035482253a23f | |
parent | 2aa980700bff2421a974d1448e1d702e225e69bf (diff) |
In our fight against the cosmos, in the chaos of the source tree, we
deleted the greek quiz. Some people felt trauma, and called out our
hubris. At my request, Carson Harding performed a metamorphosis of
the quiz -- kudos to him! After playing, I consider it the acme of
quizzes.
ok jmc mglocker
-rw-r--r-- | games/quiz/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/quiz/Makefile b/games/quiz/Makefile index c537a6a29d3..ac231704ce2 100644 --- a/games/quiz/Makefile +++ b/games/quiz/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.9 2024/08/23 17:29:08 deraadt Exp $ +# $OpenBSD: Makefile,v 1.10 2024/09/02 16:34:44 deraadt Exp $ PROG= quiz MAN= quiz.6 SRCS= quiz.c rxp.c CATS= africa america arith asia babies bard chinese collectives \ - ed elements europe flowers ship inca index latin locomotive \ + ed elements europe flowers greek ship inca index latin locomotive \ midearth morse mult murders poetry posneg pres province seq-easy \ seq-hard sexes sov state trek ucc |