indent(1): Attempt to preserve some consistent style.
[freebsd-src.git] / lib / libgpio / Makefile
blobfc163e90efd0bc7bddc3d013c29085758052c4bc
1 # $FreeBSD$
3 PACKAGE=lib${LIB}
4 LIB= gpio
5 SHLIB_MAJOR= 0
7 SRCS= gpio.c
8 INCS= libgpio.h
9 MAN+= gpio.3
11 CFLAGS+= -I${.CURDIR}
13 MLINKS= gpio.3 gpio_open.3 \
14 gpio.3 gpio_open_device.3 \
15 gpio.3 gpio_close.3 \
16 gpio.3 gpio_pin_list.3 \
17 gpio.3 gpio_pin_config.3 \
18 gpio.3 gpio_pin_set_flags.3 \
19 gpio.3 gpio_pin_set_name.3 \
20 gpio.3 gpio_pin_get.3 \
21 gpio.3 gpio_pin_set.3 \
22 gpio.3 gpio_pin_low.3 \
23 gpio.3 gpio_pin_high.3 \
24 gpio.3 gpio_pin_input.3 \
25 gpio.3 gpio_pin_output.3 \
26 gpio.3 gpio_pin_opendrain.3 \
27 gpio.3 gpio_pin_pushpull.3 \
28 gpio.3 gpio_pin_tristate.3 \
29 gpio.3 gpio_pin_pullup.3 \
30 gpio.3 gpio_pin_pulldown.3 \
31 gpio.3 gpio_pin_invin.3 \
32 gpio.3 gpio_pin_invout.3 \
33 gpio.3 gpio_pin_pulsate.3
35 .include <bsd.lib.mk>