rtld - do not allow both dynamic DTV index and static TLS offset
[dragonfly.git] / usr.bin / stat / Makefile
blobc9f321728d4eb83762c38a114ebb924ef7e5ec80
1 # $FreeBSD: head/usr.bin/stat/Makefile 216206 2010-12-05 21:33:05Z dougb $
3 PROG= stat
4 LINKS= ${BINDIR}/stat ${BINDIR}/readlink
5 MLINKS= stat.1 readlink.1
7 .if defined(BOOTSTRAPPING)
8 CFLAGS+= -DBOOTSTRAPPING
9 .endif
11 .include <bsd.prog.mk>