16 lines
169 B
Makefile
16 lines
169 B
Makefile
# $NetBSD: Makefile,v 1.1 2003/01/30 18:53:47 thorpej Exp $
|
|
|
|
WARNS=1
|
|
|
|
PROG= cond3
|
|
SRCS= cond3.c
|
|
|
|
LDADD= -lpthread
|
|
|
|
NOMAN=
|
|
|
|
regress:
|
|
./cond3
|
|
|
|
.include <bsd.prog.mk>
|