mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
9 lines
113 B
Makefile
9 lines
113 B
Makefile
|
|
.include <src.opts.mk>
|
|
|
|
PROG= mixer
|
|
SRCS= ${PROG}.c
|
|
MAN= ${PROG}.8
|
|
LDFLAGS+= -lmixer
|
|
|
|
.include <bsd.prog.mk>
|