s/NO_MAN/NOMAN/ in various Makefiles.
[dragonfly.git] / test / testcases / posixipc / use_after_unlink / Makefile
1 PROG=   use_after_unlink
2 SRCS=   use_after_unlink.c common.c
3 NOMAN=
4 LDADD=  -lpthread
5
6 CFLAGS= -I ${.CURDIR}/../common
7 WARNS?= 3
8
9 .include <bsd.prog.mk>
10 .PATH: ${.CURDIR}/../common