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