nrelease: Clean up a bit the 'clean' target
[dragonfly.git] / test / testcases / posixipc / open_bad_value / Makefile
blobb3ada4f3f9e7b0a3970f6c8368ea7cfc2bd67911
1 PROG= open_bad_value
2 SRCS= open_bad_value.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