Add a Makefile for the siginfo tests

This commit is contained in:
christos 2003-09-14 07:06:40 +00:00
parent b91e258047
commit 3db3349e14

View File

@ -0,0 +1,5 @@
# $NetBSD: Makefile,v 1.1 2003/09/14 07:06:40 christos Exp $
SUBDIR+= sigalrm sigchld sigsegv
.include <bsd.subdir.mk>