Makefile (152B)
1 # $FreeBSD$ 2 3 #.include <src.opts.mk> 4 5 PROG= mixer 6 BINDIR= /usr/sbin 7 SRCS= ${PROG}.c 8 MAN= ${PROG}.8 9 LDFLAGS+= -lmixer 10 11 .include <bsd.prog.mk>
mixerFreeBSD OSS mixer library implementation and a complete rewrite of mixer(8) | |
git clone git://git.margiolis.net/mixer.git | |
Log | Files | Refs | README | LICENSE |