summaryrefslogtreecommitdiff
path: root/usr.bin/videoctl/Makefile
blob: 21579d46200a8d380b2e8efbe275e87c0fe685c4 (plain)
1
2
3
4
5
6
7
8
# $NetBSD: Makefile,v 1.1 2010/12/26 10:37:14 jmcneill Exp $

PROG=	videoctl
SRCS=	videoctl.c
LDADD+=	-lutil
DPADD+=	${LIBUTIL}

.include <bsd.prog.mk>