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
kernel - support dummy reallocblks in devfs
[dragonfly.git]
/
games
/
morse
/
Makefile
blob
148e2e485147eeeca339b3d06a20c7491c1ff596
1
# @(#)Makefile 8.1 (Berkeley) 5/31/93
2
# $FreeBSD: src/games/morse/Makefile,v 1.4.6.5 2001/04/25 09:28:58 ru Exp $
3
# $DragonFly: src/games/morse/Makefile,v 1.5 2007/04/22 10:22:32 corecode Exp $
4
5
PROG
=
morse
6
MAN
=
morse
.6
7
LDADD
= -
lm
8
DPADD
= ${
LIBM
}
9
10
.
include
<
bsd.prog.mk
>