cffdbf7096
Submitted by: Daniel M. Eischen <eischen@vigrid.com>
9 lines
142 B
Makefile
9 lines
142 B
Makefile
# $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>
|