summaryrefslogtreecommitdiff
path: root/distrib/special/encrypt
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2014-12-27 20:21:12 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2014-12-27 20:21:12 +0000
commitb28fd51889c4ed773cfc0fce3e8bb71785cabe33 (patch)
treef4677c8e0f38523df38371c43226be0801e94aea /distrib/special/encrypt
parent83f89c7a121838518624197076284ec60b5143f9 (diff)
encrypt should easily fit onto the media now. this will be done step by step.
Diffstat (limited to 'distrib/special/encrypt')
-rw-r--r--distrib/special/encrypt/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/distrib/special/encrypt/Makefile b/distrib/special/encrypt/Makefile
new file mode 100644
index 00000000000..d57111736e6
--- /dev/null
+++ b/distrib/special/encrypt/Makefile
@@ -0,0 +1,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>