]> CyberLeo.Net >> Repos - FreeBSD/releng/9.0.git/blob - usr.sbin/mfiutil/Makefile
Copy stable/9 to releng/9.0 as part of the FreeBSD 9.0-RELEASE release
[FreeBSD/releng/9.0.git] / usr.sbin / mfiutil / Makefile
1 # $FreeBSD$
2 PROG=   mfiutil
3
4 SRCS=   mfiutil.c mfi_cmd.c mfi_config.c mfi_drive.c mfi_evt.c mfi_flash.c \
5         mfi_patrol.c mfi_show.c mfi_volume.c
6 MAN8=   mfiutil.8
7
8 CFLAGS+= -fno-builtin-strftime
9 WARNS?=3
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>