16 lines
169 B
Makefile
16 lines
169 B
Makefile
# $NetBSD: Makefile,v 1.1 2004/12/10 17:07:31 nathanw Exp $
|
|
|
|
WARNS=1
|
|
|
|
PROG= cond6
|
|
SRCS= cond6.c
|
|
|
|
LDADD= -lpthread
|
|
|
|
NOMAN=
|
|
|
|
regress:
|
|
./cond6
|
|
|
|
.include <bsd.prog.mk>
|