rename td_token to td_xtoken to deal with conflict against sys/thread.h
[dragonfly.git] / usr.bin / limits / Makefile
1 #       @(#)Makefile    8.1 (Berkeley) 7/19/93
2
3 PROG=   limits
4 SRCS=   limits.c
5
6 CFLAGS+=-Wall
7 LDADD+= -lutil
8 DPADD+= ${LIBUTIL}
9
10 BINMODE=0555
11
12 .include <bsd.prog.mk>