]> CyberLeo.Net >> Repos - FreeBSD/releng/8.1.git/blob - usr.sbin/mfiutil/Makefile
Copy stable/8 to releng/8.1 in preparation for 8.1-RC1.
[FreeBSD/releng/8.1.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 LDADD=  -lutil
12
13 # Here be dragons
14 .ifdef DEBUG
15 CFLAGS+= -DDEBUG
16 .endif
17
18 .include <bsd.prog.mk>