summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormickey <mickey@openbsd.org>1996-05-14 18:05:01 +0000
committermickey <mickey@openbsd.org>1996-05-14 18:05:01 +0000
commit4860ae30c42195edb004b095e1f3cc1c010962ba (patch)
tree5249d22f8eb46a9c63926cc360aa2d49d2c10f3a
parentchange the revision. (diff)
downloadwireguard-openbsd-4860ae30c42195edb004b095e1f3cc1c010962ba.tar.xz
wireguard-openbsd-4860ae30c42195edb004b095e1f3cc1c010962ba.zip
fix NetBSD PR#1136.
-rw-r--r--sys/arch/i386/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/i386/Makefile b/sys/arch/i386/Makefile
index faaff94f1bd..ae536010eb8 100644
--- a/sys/arch/i386/Makefile
+++ b/sys/arch/i386/Makefile
@@ -8,7 +8,7 @@
NOPROG= noprog
NOMAN= noman
-SUBDIR= boot
+SUBDIR= boot boot.dos isa/pcvt/Util
TI386= ../i386/tags
SI386= ../i386/eisa/*.[ch] ../i386/i386/*.[ch] ../i386/include/*.h \
@@ -30,6 +30,6 @@ links:
-for i in ${DI386}; do \
cd $$i && rm -f tags; ln -s ../tags tags; done
-obj: _SUBDIRUSE
+obj: _SUBDIRUSE
.include <bsd.prog.mk>