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