mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-27 00:33:30 +00:00
7 lines
66 B
Makefile
7 lines
66 B
Makefile
|
# $FreeBSD$
|
||
|
|
||
|
PROG= gpioctl
|
||
|
MAN= gpioctl.8
|
||
|
|
||
|
.include <bsd.prog.mk>
|