1PROG= open_after_unlink 2SRCS= open_after_unlink.c common.c 3NO_MAN= 4LDADD= -lpthread 5 6CFLAGS= -I ${.CURDIR}/../common 7WARNS?= 3 8 9.include <bsd.prog.mk> 10.PATH: ${.CURDIR}/../common 11