1# $OpenBSD: Makefile,v 1.1 2014/12/23 17:16:02 deraadt Exp $ 2 3PROG= mkdir 4 5.PATH: ${.CURDIR}/../../../bin/mkdir 6.include <bsd.prog.mk> 7