diff options
author | asami <asami@FreeBSD.org> | 1996-10-24 18:47:43 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-10-24 18:47:43 +0800 |
commit | 1c440d19f124a310cd75e6c36b4d394ca4dae859 (patch) | |
tree | 1478e5f31f031e421e1032d97262f91137b46239 /devel | |
parent | 9c4a3738a00a9be7c407145600f70cd863f4d4fb (diff) | |
download | freebsd-ports-gnome-1c440d19f124a310cd75e6c36b4d394ca4dae859.tar.gz freebsd-ports-gnome-1c440d19f124a310cd75e6c36b4d394ca4dae859.tar.zst freebsd-ports-gnome-1c440d19f124a310cd75e6c36b4d394ca4dae859.zip |
Add cxref, it's a new directory so it should could for something.
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 9dbd19e7ec8c..d3a203e3e629 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1,10 +1,11 @@ -# $Id: Makefile,v 1.31 1996/09/21 09:51:13 asami Exp $ +# $Id: Makefile,v 1.32 1996/10/24 08:17:09 jfitz Exp $ # SUBDIR += SWIG SUBDIR += autoconf SUBDIR += bcc SUBDIR += cflow + SUBDIR += cxref SUBDIR += dmake SUBDIR += gcc11 SUBDIR += gdb |