summaryrefslogtreecommitdiff
path: root/regress/sys/kern/realpath/Makefile
blob: c66ba5c0c8877cd2e7f3ba9d7eb5480b3a6b06cd (plain)
1
2
3
4
5
6
#	$OpenBSD: Makefile,v 1.1 2019/04/19 19:50:48 beck Exp $

PROG=	realpathtest
SRCS=	realpathtest.c realpath3.c

.include <bsd.regress.mk>