PROG= use_after_unlink SRCS= use_after_unlink.c common.c NOMAN= LDADD= -lpthread CFLAGS= -I ${.CURDIR}/../common WARNS?= 3 .include .PATH: ${.CURDIR}/../common