1# $OpenBSD: Makefile,v 1.1.1.1 2001/08/15 14:37:13 fgsch Exp $ 2 3PROG= sigwait 4SRCS= sigwait.c 5 6.include <bsd.prog.mk> 7