summaryrefslogtreecommitdiff
path: root/distrib/special/encrypt/Makefile
blob: d57111736e607fb60c8d4ed7addc8c1f75259a45 (plain)
1
2
3
4
5
6
7
#	$OpenBSD: Makefile,v 1.1 2014/12/27 20:21:11 deraadt Exp $

PROG=	encrypt
SRCS= encrypt.c

.PATH:  ${.CURDIR}/../../../usr.bin/encrypt
.include <bsd.prog.mk>