freebsd-dev/usr.sbin/mixer/Makefile

12 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
MAN= mixer.8
1995-02-15 17:33:04 +00:00
HAS_TESTS=
SUBDIR.${MK_TESTS}+= tests
1995-02-15 17:33:04 +00:00
.include <bsd.prog.mk>