repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix up mix of man(7)/mdoc(7).
[netbsd-mini2440.git]
/
usr.bin
/
audio
/
play
/
Makefile
blob
0ad0d1d027210865701776be72c5caa6638fa62a
1
# $NetBSD: Makefile,v 1.3 2007/10/05 07:27:41 lukem Exp $
2
3
PROG
=
audioplay
4
SRCS
=
play.c
5
6
DPADD
+= ${
LIBUTIL
}
7
LDADD
+= -
lutil
8
9
.
include
<
bsd.prog.mk
>