summaryrefslogtreecommitdiffstats
path: root/distrib/special/encrypt
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2014-12-27 20:21:09 +0000
committerderaadt <deraadt@openbsd.org>2014-12-27 20:21:09 +0000
commit71dcbb6f6432249cf55e689c7c96b9312d465bdc (patch)
tree8c26a9bf5738049c659842c43130755ad9deb774 /distrib/special/encrypt
parentinclude netinet/in.h to define struct in6_addr. (diff)
downloadwireguard-openbsd-71dcbb6f6432249cf55e689c7c96b9312d465bdc.tar.xz
wireguard-openbsd-71dcbb6f6432249cf55e689c7c96b9312d465bdc.zip
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>