diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 1997-08-13 09:42:38 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 1997-08-13 09:42:38 +0000 |
commit | 05aa1579f22d6877bf5f7f30038b49989e4a12dc (patch) | |
tree | 00c846fed499f6aecb2483c45462d13f3f76ff20 /devel | |
parent | Port of the pdcurses library for crossgo32. (diff) |
Activate the new crossgo32 library ports.
Notes
Notes:
svn path=/head/; revision=7564
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/Makefile b/devel/Makefile index 2fb7c37e3cdf..a47c4b09a3f0 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.71 1997/07/09 23:20:25 jfitz Exp $ +# $Id: Makefile,v 1.72 1997/07/21 16:10:50 max Exp $ # SUBDIR += SWIG @@ -9,6 +9,8 @@ SUBDIR += boehm-gc SUBDIR += cflow SUBDIR += crossgo32 + SUBDIR += crossgo32-djgpp2 + SUBDIR += crossgo32-djgpp2-pdcurses SUBDIR += crosssco SUBDIR += cs SUBDIR += cutils |