summaryrefslogtreecommitdiffstats
path: root/sbin/i386
diff options
context:
space:
mode:
authorwollman <wollman@FreeBSD.org>1994-12-02 23:53:23 +0000
committerwollman <wollman@FreeBSD.org>1994-12-02 23:53:23 +0000
commit8192c613ef374be51a54ebb98ce1a5cd4fb052d2 (patch)
treeb19ecae22a001b215e820dd067c7c4dcf45b7f97 /sbin/i386
parentfa9f24839211c3e2f0a977c59d0cdd74a46a76c1 (diff)
downloadFreeBSD-src-8192c613ef374be51a54ebb98ce1a5cd4fb052d2.zip
FreeBSD-src-8192c613ef374be51a54ebb98ce1a5cd4fb052d2.tar.gz
Move i386-specific programs into i386 subdirectory.
Diffstat (limited to 'sbin/i386')
-rw-r--r--sbin/i386/Makefile5
-rw-r--r--sbin/i386/Makefile.inc3
2 files changed, 6 insertions, 2 deletions
diff --git a/sbin/i386/Makefile b/sbin/i386/Makefile
index c480c16..7d5c9ce 100644
--- a/sbin/i386/Makefile
+++ b/sbin/i386/Makefile
@@ -1,5 +1,6 @@
-# $Id$
+# $Id: Makefile,v 1.1.1.1 1994/12/02 23:22:59 wollman Exp $
-SUBDIR= cxconfig
+SUBDIR= comcontrol fdisk ft mount_msdos
+#NOTYET: cxconfig
.include <bsd.subdir.mk>
diff --git a/sbin/i386/Makefile.inc b/sbin/i386/Makefile.inc
new file mode 100644
index 0000000..c961f85
--- /dev/null
+++ b/sbin/i386/Makefile.inc
@@ -0,0 +1,3 @@
+# $Id$
+
+.include "${.CURDIR}/../../Makefile.inc"
OpenPOWER on IntegriCloud