Merge branch 'vendor/OPENSSH'
[dragonfly.git] / test / testcases / posixipc / post_test / Makefile
1 PROG=   post_test
2 SRCS=   post_test.c common.c
3 NO_MAN=
4 LDADD=  -lpthread
5
6 CFLAGS= -I ${.CURDIR}/../common
7 WARNS?= 3
8
9 .include <bsd.prog.mk>
10 .PATH: ${.CURDIR}/../common