summaryrefslogtreecommitdiffstats
path: root/morse
diff options
context:
space:
mode:
Diffstat (limited to 'morse')
-rw-r--r--morse/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/morse/Makefile b/morse/Makefile
index 8a4e320c..390a2249 100644
--- a/morse/Makefile
+++ b/morse/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.5 2001/12/12 00:07:48 tv Exp $
+# $NetBSD: Makefile,v 1.6 2002/09/18 06:16:40 lukem Exp $
# @(#)Makefile 8.1 (Berkeley) 5/31/93
-PROG= morse
NOMAN= # defined
+
+PROG= morse
HIDEGAME= hidegame
.include <bsd.prog.mk>