190912dcf9
devices
9 lines
152 B
Makefile
9 lines
152 B
Makefile
# $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>
|