]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - usr.sbin/mfiutil/Makefile
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.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 MAN8=   mfiutil.8
7
8 CFLAGS+= -fno-builtin-strftime
9
10 DPADD=  ${LIBUTIL}
11 LDADD=  -lutil
12
13 # Here be dragons
14 .ifdef DEBUG
15 CFLAGS+= -DDEBUG
16 .endif
17
18 .include <bsd.prog.mk>