mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-27 22:12:43 +00:00
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>
|