diff options
author | tv <tv@pkgsrc.org> | 1998-08-12 12:30:58 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 1998-08-12 12:30:58 +0000 |
commit | d83206c83a979b7c1903c79fa810ca126ea26b19 (patch) | |
tree | 703a5d15a483a184001c5399d58d8741ff416fb2 /cross/Makefile | |
parent | 0f64486f1a4b6ec982b34956d50146608e2689c7 (diff) | |
download | pkgsrc-d83206c83a979b7c1903c79fa810ca126ea26b19.tar.gz |
Add i386-msdosdjgpp, a cross environment for a target of MS-DOS on 386+
with DPMI. (Includes Win'95 and WinNT command windows.)
Diffstat (limited to 'cross/Makefile')
-rw-r--r-- | cross/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cross/Makefile b/cross/Makefile index a8ae31c2b15..fc735f995ce 100644 --- a/cross/Makefile +++ b/cross/Makefile @@ -1,5 +1,6 @@ -# $NetBSD: Makefile,v 1.1 1998/08/12 02:45:27 tv Exp $ +# $NetBSD: Makefile,v 1.2 1998/08/12 12:30:58 tv Exp $ SUBDIR += i386-linuxglibc1 + SUBDIR += i386-msdosdjgpp .include "../mk/bsd.pkg.subdir.mk" |