xref
: /
freebsd
/
lib
/
libmixer
/
Makefile
(revision 1d8c9d3c0c5574d4da868d37db4c32d833a7a59c)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
# $FreeBSD$
2
3
LIB
=
mixer
4
SRCS
= ${
LIB
}.
c
5
INCS
= ${
LIB
}.
h
6
MAN
= ${
LIB
}.
3
7
8
.
include
<
bsd.lib.mk
>
9