summaryrefslogtreecommitdiff
path: root/regress/lib/libc/telldir/Makefile
blob: 728ae90e1e0316b06d8e73c6782356f162cd8e70 (plain)
1
2
3
4
5
6
7
8
9
#	$OpenBSD: Makefile,v 1.2 2013/11/03 00:20:24 schwarze Exp $

PROG =	telldir
SRCS =	utils.c shortseek.c telldir.c main.c

cleandir:
	rm -rf d

.include <bsd.regress.mk>