1# $NetBSD: Makefile,v 1.1 2005/09/27 02:54:27 jmcneill Exp $ 2 3PROG= gpioctl 4SRCS= gpioctl.c 5 6MAN= gpioctl.8 7 8.include <bsd.prog.mk> 9