diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1997-03-28 09:29:24 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1997-03-28 09:29:24 +0000 |
commit | 3ed1a2fd9fe5b55ac8a043a0bf0862a4d4cc1d34 (patch) | |
tree | bb96e13dbc6da6d6a5f5737e2c2e7a6cc3e8fd51 /devel/Makefile | |
parent | Minor stylistic fix. (diff) |
Don't forget crossgo32.
Notes
Notes:
svn path=/head/; revision=6043
Diffstat (limited to '')
-rw-r--r-- | devel/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/Makefile b/devel/Makefile index 8de42601e42e..ba0fd8bb0ad0 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.44 1997/02/18 11:35:51 obrien Exp $ +# $Id: Makefile,v 1.45 1997/02/25 04:21:17 jkh Exp $ # SUBDIR += SWIG @@ -6,6 +6,7 @@ SUBDIR += bcc SUBDIR += boehm-gc SUBDIR += cflow + SUBDIR += crossgo32 SUBDIR += cutils SUBDIR += cxref SUBDIR += dmake |