1 2PROG= gpioevents 3SRCS= gpioevents.c 4 5LIBADD= gpio 6 7MK_MAN= no 8 9BINDIR= /usr/bin 10 11.include <bsd.prog.mk> 12