summaryrefslogtreecommitdiff
path: root/lib/libc_r/test/sigsuspend/Makefile
diff options
context:
space:
mode:
authorDavid Leonard <d@cvs.openbsd.org>1999-02-01 08:48:32 +0000
committerDavid Leonard <d@cvs.openbsd.org>1999-02-01 08:48:32 +0000
commit058dc6d6cf91a52194344f4e9270a44f01058a4c (patch)
treee0c52cd031df27ed3dcd1d898353645b623b2bc7 /lib/libc_r/test/sigsuspend/Makefile
parent08f75dd11028dbc189470475602e24924ff26307 (diff)
move tests together
Diffstat (limited to 'lib/libc_r/test/sigsuspend/Makefile')
-rw-r--r--lib/libc_r/test/sigsuspend/Makefile8
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>