diff options
Diffstat (limited to 'lib/libc_r/test/sigsuspend/Makefile')
-rw-r--r-- | lib/libc_r/test/sigsuspend/Makefile | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/lib/libc_r/test/sigsuspend/Makefile b/lib/libc_r/test/sigsuspend/Makefile deleted file mode 100644 index 796ffdf97e1..00000000000 --- a/lib/libc_r/test/sigsuspend/Makefile +++ /dev/null @@ -1,8 +0,0 @@ -# $Id: Makefile,v 1.1 1998/11/09 03:13:17 d Exp $ - -PROG= sigsuspend -SRCS= sigsuspend.c -NOMAN= 1 -LDFLAGS= -pthread - -.include <bsd.prog.mk> |