1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-19 10:53:58 +00:00
freebsd/usr.sbin/gpioctl/Makefile
2014-12-03 03:05:15 +00:00

11 lines
121 B
Makefile

# $FreeBSD$
PROG= gpioctl
MAN= gpioctl.8
CFLAGS+= -I${.CURDIR}/../../lib/libgpio
LIBADD= gpio
.include <bsd.prog.mk>