diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2015-02-10 01:43:38 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2015-02-10 01:43:38 +0000 |
commit | d58c64ec5df255db5c891aac71f3926e46358ba9 (patch) | |
tree | 18759a50e75dd4b03e8f938b4dd2ef2c19c56266 /distrib/special/Makefile | |
parent | c167416fc15ca7a2bda326257804173c37f601d6 (diff) |
enter chroot
Diffstat (limited to 'distrib/special/Makefile')
-rw-r--r-- | distrib/special/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/distrib/special/Makefile b/distrib/special/Makefile index e08d1c95a90..24385939392 100644 --- a/distrib/special/Makefile +++ b/distrib/special/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.35 2014/12/27 20:21:09 deraadt Exp $ +# $OpenBSD: Makefile,v 1.36 2015/02/10 01:43:37 deraadt Exp $ SUBDIR= libstubs \ - arch bioctl cat chmod cp date dd df dhclient disklabel dmesg ed \ - eeprom expr encrypt fdisk fsck fsck_ext2fs fsck_ffs fsck_msdos ftp grep \ - gzip hostname ifconfig init installboot kbd ksh less ln ls md5 \ + arch bioctl cat chmod chroot cp date dd df dhclient disklabel dmesg \ + ed 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 \ newfs_msdos pax pdisk ping ping6 reboot restore rm route sed \ |