From: deraadt Date: Sat, 27 Dec 2014 20:21:09 +0000 (+0000) Subject: encrypt should easily fit onto the media now. this will be done step by step. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=71dcbb6f6432249cf55e689c7c96b9312d465bdc;p=openbsd encrypt should easily fit onto the media now. this will be done step by step. --- 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