10 lines
140 B
Makefile
10 lines
140 B
Makefile
# $NetBSD: Makefile,v 1.2 2008/01/09 15:57:06 xtraeme Exp $
|
|
|
|
PROG= gpioctl
|
|
SRCS= gpioctl.c
|
|
|
|
MAN= gpioctl.8
|
|
WARNS= 4
|
|
|
|
.include <bsd.prog.mk>
|