diff options
author | Paul Janzen <pjanzen@cvs.openbsd.org> | 1999-04-20 23:15:44 +0000 |
---|---|---|
committer | Paul Janzen <pjanzen@cvs.openbsd.org> | 1999-04-20 23:15:44 +0000 |
commit | 8e4244f579ed5deb9a58dce6817c0f3642b4e9a8 (patch) | |
tree | aa28ac56c64250efc3e479e4e37b87bd3efb34e9 /games/bcd | |
parent | 6fce96df644a96dd60773d682959d797ca44ff66 (diff) |
bcd, morse, and ppt are not playable games and so don't need to be run
via dm.
Diffstat (limited to 'games/bcd')
-rw-r--r-- | games/bcd/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/games/bcd/Makefile b/games/bcd/Makefile index 1b45c95fc30..9795fc007e8 100644 --- a/games/bcd/Makefile +++ b/games/bcd/Makefile @@ -1,9 +1,8 @@ -# $OpenBSD: Makefile,v 1.2 1997/09/21 11:35:31 deraadt Exp $ +# $OpenBSD: Makefile,v 1.3 1999/04/20 23:15:36 pjanzen Exp $ PROG= bcd MAN= bcd.6 MLINKS= bcd.6 morse.6 bcd.6 ppt.6 -HIDEGAME=hidegame .include <bsd.prog.mk> |