encrypt should easily fit onto the media now. this will be done step by step.
authorderaadt <deraadt@openbsd.org>
Sat, 27 Dec 2014 20:21:09 +0000 (20:21 +0000)
committerderaadt <deraadt@openbsd.org>
Sat, 27 Dec 2014 20:21:09 +0000 (20:21 +0000)
distrib/special/Makefile
distrib/special/encrypt/Makefile [new file with mode: 0644]

index 8fa7e7d..e08d1c9 100644 (file)
@@ -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 (file)
index 0000000..d571117
--- /dev/null
@@ -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>