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