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
No empty .Rs/.Re
[netbsd-mini2440.git]
/
usr.sbin
/
hdaudioctl
/
Makefile
blob
0b1cfddf99a5ee5998fd54e72d41b284cbe2c030
1
# $NetBSD$
2
3
PROG
=
hdaudioctl
4
SRCS
=
hdaudioctl.c
5
SRCS
+=
graph.c
6
MAN
=
hdaudioctl
.8
7
8
LDADD
+= -
lprop
9
DPADD
+= ${
LIBPROP
}
10
11
.
include
<
bsd.prog.mk
>