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