1# $OpenBSD: Makefile,v 1.1 2014/12/27 20:21:11 deraadt Exp $ 2 3PROG= encrypt 4SRCS= encrypt.c 5 6.PATH: ${.CURDIR}/../../../usr.bin/encrypt 7.include <bsd.prog.mk> 8