Remove explicit int casts for the array index. While it doesn't
[dragonfly.git] / usr.bin / limits / Makefile
1 #       @(#)Makefile    8.1 (Berkeley) 7/19/93
2 # $DragonFly: src/usr.bin/limits/Makefile,v 1.2 2005/01/12 01:20:26 cpressey Exp $
3
4 PROG=   limits
5 WARNS?= 6
6 SRCS=   limits.c
7
8 CFLAGS+=-Wall
9 LDADD+= -lutil
10 DPADD+= ${LIBUTIL}
11
12 BINMODE=0555
13
14 .include <bsd.prog.mk>