mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-12-28 05:55:27 +01:00
11 lines
121 B
Makefile
11 lines
121 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= gpioctl
|
|
MAN= gpioctl.8
|
|
|
|
CFLAGS+= -I${.CURDIR}/../../lib/libgpio
|
|
|
|
LIBADD= gpio
|
|
|
|
.include <bsd.prog.mk>
|