1# $OpenBSD: Makefile,v 1.1 2019/04/19 19:50:48 beck Exp $ 2 3PROG= realpathtest 4SRCS= realpathtest.c realpath3.c 5 6.include <bsd.regress.mk> 7