summaryrefslogtreecommitdiff
path: root/src/regress/lib/libc/ffs/Makefile
blob: 1ad004394f9bb0d1895209060a2b0c54b597eb11 (plain)
1
2
3
4
5
6
PROG=		ffs_test

# prevent constant folding and inlining of __builtin_ffs()
CFLAGS+=	-ffreestanding

.include <bsd.regress.mk>