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