xref
: /
freebsd
/
lib
/
libmixer
/
Makefile
(revision 0321a7990b277702fa0b4f8366121bf53d03cb64)
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