freebsd-src/lib/libc_r/test/sigsuspend/Makefile

9 lines
142 B
Makefile
Raw Normal View History

# $Id: Makefile,v 1.1 1998/08/25 12:35:16 jb Exp $
PROG= sigsuspend
SRCS= sigsuspend.c
NOMAN= 1
LDFLAGS= -pthread
.include <bsd.prog.mk>