diff options
author | Bill Fumerola <billf@FreeBSD.org> | 1999-02-10 15:56:10 +0000 |
---|---|---|
committer | Bill Fumerola <billf@FreeBSD.org> | 1999-02-10 15:56:10 +0000 |
commit | 7808f9f3f71384939da5635324dd1544c5df966b (patch) | |
tree | e0fe68e62ef804a8d1e324dc7292f771d87cd025 | |
parent | Remove port name from COMMENT (diff) |
Activate gaa
Notes
Notes:
svn path=/head/; revision=16589
-rw-r--r-- | devel/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/Makefile b/devel/Makefile index 7ccafde4cac2..6f910f26047c 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.156 1999/01/21 07:48:52 vanilla Exp $ +# $Id: Makefile,v 1.157 1999/02/02 14:32:32 vanilla Exp $ # SUBDIR += ElectricFence @@ -34,6 +34,7 @@ SUBDIR += flick SUBDIR += fpp SUBDIR += ftnchek + SUBDIR += gaa SUBDIR += gcc11 SUBDIR += gdb SUBDIR += gdbtk |