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