summaryrefslogtreecommitdiffstats
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
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.
-rw-r--r--distrib/special/Makefile4
-rw-r--r--distrib/special/encrypt/Makefile7
2 files changed, 9 insertions, 2 deletions
diff --git a/distrib/special/Makefile b/distrib/special/Makefile
index 8fa7e7d63b1..e08d1c95a90 100644
--- a/distrib/special/Makefile
+++ b/distrib/special/Makefile
@@ -1,8 +1,8 @@
-# $OpenBSD: Makefile,v 1.34 2014/12/23 17:16:00 deraadt Exp $
+# $OpenBSD: Makefile,v 1.35 2014/12/27 20:21:09 deraadt Exp $
SUBDIR= libstubs \
arch bioctl cat chmod cp date dd df dhclient disklabel dmesg ed \
- eeprom expr fdisk fsck fsck_ext2fs fsck_ffs fsck_msdos ftp grep \
+ eeprom expr encrypt fdisk fsck fsck_ext2fs fsck_ffs fsck_msdos ftp grep \
gzip hostname ifconfig init installboot kbd ksh less ln ls md5 \
mkdir mknod mkuboot more mount mount_cd9660 mount_ext2fs \
mount_ffs mount_msdos mount_nfs mount_udf mt mv newfs newfs_ext2fs \
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>