kernel - Refactor struct vmstats and vm_zone
[dragonfly.git] / test / testcases / posixipc / close_unnamed_semaphore / Makefile
blob75dd9f9e64572912e8ae63b9a96bbfc0947c02be
1 PROG= close_unnamed_semaphore
2 SRCS= close_unnamed_semaphore.c common.c
3 NO_MAN=
4 LDADD= -lpthread
6 CFLAGS= -I ${.CURDIR}/../common
7 WARNS?= 3
9 .include <bsd.prog.mk>
10 .PATH: ${.CURDIR}/../common