repo.or.cz
/
dragonfly.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
ps.1: Update FILES section a bit.
[dragonfly.git]
/
games
/
morse
/
Makefile
blob
77920dced2f48c0094b81fea72a2d2bc81441685
1
# @(#)Makefile 8.1 (Berkeley) 5/31/93
2
# $OpenBSD: Makefile,v 1.5 2014/11/07 22:17:49 schwarze Exp $
3
4
PROG
=
morse
5
MAN
=
morse
.6
6
LDADD
= -
lm
7
DPADD
= ${
LIBM
}
8
9
.
include
<
bsd.prog.mk
>