acpi: Narrow workaround for broken interrupt settings
[dragonfly.git] / test / testcases / posixipc / unlink_path_too_long / Makefile
blob417dd827db67f52250b3cd1e5ffe415ffc63c71d
1 PROG= unlink_path_too_long
2 SRCS= unlink_path_too_long.c common.c
3 NOMAN=
4 LDADD= -lpthread
6 CFLAGS= -I ${.CURDIR}/../common
7 WARNS?= 3
9 .include <bsd.prog.mk>
10 .PATH: ${.CURDIR}/../common