freebsd-dev/usr.sbin/mixer/Makefile

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

11 lines
125 B
Makefile
Raw Normal View History

1999-08-28 01:35:59 +00:00
# $FreeBSD$
1995-02-15 17:33:04 +00:00
.include <src.opts.mk>
PROG= mixer
SRCS= ${PROG}.c
MAN= ${PROG}.8
LDFLAGS+= -lmixer
1995-02-15 17:33:04 +00:00
.include <bsd.prog.mk>