xref: /openbsd/regress/lib/libc/telldir/Makefile (revision 4bdff4be)
1#	$OpenBSD: Makefile,v 1.2 2013/11/03 00:20:24 schwarze Exp $
2
3PROG =	telldir
4SRCS =	utils.c shortseek.c telldir.c main.c
5
6cleandir:
7	rm -rf d
8
9.include <bsd.regress.mk>
10