mixer

FreeBSD OSS mixer library implementation and a complete rewrite of mixer(8)
git clone git://git.margiolis.net/mixer.git
Log | Files | Refs | README | LICENSE

Makefile (125B)


      1 # $FreeBSD$
      2 
      3 .include <src.opts.mk>
      4 
      5 PROG=		mixer
      6 SRCS=		${PROG}.c
      7 MAN=		${PROG}.8
      8 LDFLAGS+=	-lmixer
      9 
     10 .include <bsd.prog.mk>