summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile3
-rw-r--r--cross/Makefile5
2 files changed, 7 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3bbd0e47ba4..6a55d1c7400 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 1998/07/24 14:52:22 agc Exp $
+# $NetBSD: Makefile,v 1.14 1998/08/12 02:45:27 tv Exp $
# FreeBSD Id: Makefile,v 1.35 1997/08/19 07:10:01 fenner Exp
#
@@ -11,6 +11,7 @@ SUBDIR += cad
#SUBDIR += chinese
SUBDIR += comms
SUBDIR += converters
+SUBDIR += cross
SUBDIR += databases
SUBDIR += devel
SUBDIR += editors
diff --git a/cross/Makefile b/cross/Makefile
new file mode 100644
index 00000000000..a8ae31c2b15
--- /dev/null
+++ b/cross/Makefile
@@ -0,0 +1,5 @@
+# $NetBSD: Makefile,v 1.1 1998/08/12 02:45:27 tv Exp $
+
+ SUBDIR += i386-linuxglibc1
+
+.include "../mk/bsd.pkg.subdir.mk"