diff options
author | wiz <wiz@pkgsrc.org> | 2004-11-07 16:47:04 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-11-07 16:47:04 +0000 |
commit | ae163ee5cf3f276cbfe7b2e6161099d46663c2d0 (patch) | |
tree | 791d95274731a309cf72ab1605237fe90b38b76e /cross | |
parent | 2c4e5595e4c61ff1a5b2d6524fff3120d34d1116 (diff) | |
download | pkgsrc-ae163ee5cf3f276cbfe7b2e6161099d46663c2d0.tar.gz |
Add and enable uisp.
Diffstat (limited to 'cross')
-rw-r--r-- | cross/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cross/Makefile b/cross/Makefile index e7a9fd8080d..91b0be68f0f 100644 --- a/cross/Makefile +++ b/cross/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.37 2004/06/01 21:37:05 kristerw Exp $ +# $NetBSD: Makefile,v 1.38 2004/11/07 16:47:04 wiz Exp $ # COMMENT= Cross-platform development utilities @@ -23,5 +23,6 @@ SUBDIR+= i386-msdosdjgpp SUBDIR+= i386-netbsdpe SUBDIR+= icdprog SUBDIR+= mipsEEel-netbsd +SUBDIR+= uisp .include "../mk/bsd.pkg.subdir.mk" |