mirror of
https://github.com/opnsense/src.git
synced 2026-02-11 14:55:36 -05:00
This s part of an import of the PVR-250 driver. Originally it was calleed pvr250-setchannel, but it seems better to improve this program to work for any tuner card, so I'm starting with a more generic name. That shouldn't mislead anybody: currently the program only works with the (yet to be committed) cxm driver. Contributed by: John Wehle <john\@feith.com>
5 lines
56 B
Makefile
5 lines
56 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= setchannel
|
|
|
|
.include <bsd.prog.mk>
|