diff options
author | 2014-01-19 04:06:50 +0000 | |
---|---|---|
committer | 2014-01-19 04:06:50 +0000 | |
commit | 06a1bea59936a4f4c7a1576cb0e6bd00f0a880e4 (patch) | |
tree | f328fe453c5a5b12e64e29e7bf55156922eb5fbe | |
parent | Start to reduce the madness in radix.c. This only used by the kernel (diff) | |
download | wireguard-openbsd-06a1bea59936a4f4c7a1576cb0e6bd00f0a880e4.tar.xz wireguard-openbsd-06a1bea59936a4f4c7a1576cb0e6bd00f0a880e4.zip |
Add usr/sbin/installboot to amd64 instbin.
-rw-r--r-- | distrib/amd64/common/list | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/distrib/amd64/common/list b/distrib/amd64/common/list index e6c1da60a87..b8e2d4e2e68 100644 --- a/distrib/amd64/common/list +++ b/distrib/amd64/common/list @@ -1,4 +1,4 @@ -# $OpenBSD: list,v 1.31 2014/01/11 05:40:16 deraadt Exp $ +# $OpenBSD: list,v 1.32 2014/01/19 04:06:50 jsing Exp $ SRCDIRS distrib/special SRCDIRS bin sbin @@ -45,14 +45,15 @@ LINK instbin sbin/newfs LINK instbin sbin/ping LINK instbin sbin/restore LINK instbin sbin/route +LINK instbin sbin/sysctl LINK instbin sbin/umount LINK instbin usr/bin/ftp LINK instbin usr/bin/grep usr/bin/egrep usr/bin/fgrep LINK instbin usr/bin/gzip usr/bin/gunzip usr/bin/gzcat LINK instbin usr/bin/less usr/bin/more LINK instbin usr/bin/sed -LINK instbin sbin/sysctl LINK instbin usr/bin/signify +LINK instbin usr/sbin/installboot # copy the MAKEDEV script and make some devices SCRIPT ${DESTDIR}/dev/MAKEDEV dev/MAKEDEV |