diff options
author | 2015-02-10 01:43:37 +0000 | |
---|---|---|
committer | 2015-02-10 01:43:37 +0000 | |
commit | 75823b7699e42d414e69cf22bdd649494356ec4c (patch) | |
tree | 60f0e37a097d6dc6a573201190e61b52f23e1dc6 | |
parent | Remove DRM_LOCK macros, rename dev_lock to struct_mutex and directly (diff) | |
download | wireguard-openbsd-75823b7699e42d414e69cf22bdd649494356ec4c.tar.xz wireguard-openbsd-75823b7699e42d414e69cf22bdd649494356ec4c.zip |
enter chroot
-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 \ |