diff options
author | John Polstra <jdp@FreeBSD.org> | 1996-11-16 01:55:06 +0000 |
---|---|---|
committer | John Polstra <jdp@FreeBSD.org> | 1996-11-16 01:55:06 +0000 |
commit | 2dccba89fe448ff74e310884ef2996ef2886ce33 (patch) | |
tree | b9dd560e98b0f167ca542b73c8245d6f818330c4 /devel | |
parent | 221c169fee33c973b603d8bdae1b8eff218ed411 (diff) | |
download | ports-2dccba89fe448ff74e310884ef2996ef2886ce33.tar.gz ports-2dccba89fe448ff74e310884ef2996ef2886ce33.zip |
Notes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/Makefile b/devel/Makefile index 186a6fd541a7..583d924f4001 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1,9 +1,10 @@ -# $Id: Makefile,v 1.33 1996/10/24 10:47:43 asami Exp $ +# $Id: Makefile,v 1.34 1996/10/24 13:48:24 jfitz Exp $ # SUBDIR += SWIG SUBDIR += autoconf SUBDIR += bcc + SUBDIR += boehm-gc SUBDIR += cflow SUBDIR += cxref SUBDIR += dmake |