diff options
author | Okan Demirmen <okan@cvs.openbsd.org> | 2014-07-16 20:00:15 +0000 |
---|---|---|
committer | Okan Demirmen <okan@cvs.openbsd.org> | 2014-07-16 20:00:15 +0000 |
commit | 3fb400bc0b1c3c3c6eeb255e5b0cc650818da818 (patch) | |
tree | eec8ebef452c5de6345597402d9eb1f25076cc6f /games/morse | |
parent | 52305f243cf6cd874e729d27fe831740ad988693 (diff) |
zap trailing newlines; "go for it" deraadt
Diffstat (limited to 'games/morse')
-rw-r--r-- | games/morse/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/games/morse/Makefile b/games/morse/Makefile index bb2736a4ef6..3f0c1614944 100644 --- a/games/morse/Makefile +++ b/games/morse/Makefile @@ -1,7 +1,6 @@ -# $OpenBSD: Makefile,v 1.3 1999/04/20 23:15:42 pjanzen Exp $ +# $OpenBSD: Makefile,v 1.4 2014/07/16 20:00:14 okan Exp $ PROG= morse NOMAN= noman .include <bsd.prog.mk> - |