]> CyberLeo.Net >> Repos - FreeBSD/releng/10.2.git/blob - usr.sbin/mfiutil/Makefile
- Copy stable/10@285827 to releng/10.2 in preparation for 10.2-RC1
[FreeBSD/releng/10.2.git] / usr.sbin / mfiutil / Makefile
1 # $FreeBSD$
2 PROG=   mfiutil
3
4 SRCS=   mfiutil.c mfi_bbu.c mfi_cmd.c mfi_config.c mfi_drive.c mfi_evt.c \
5         mfi_flash.c mfi_patrol.c mfi_show.c mfi_volume.c mfi_foreign.c \
6         mfi_properties.c
7 MAN8=   mfiutil.8
8
9 CFLAGS.gcc+= -fno-builtin-strftime
10
11 DPADD=  ${LIBUTIL}
12 LDADD=  -lutil
13
14 # Here be dragons
15 .ifdef DEBUG
16 CFLAGS+= -DDEBUG
17 .endif
18
19 .include <bsd.prog.mk>