diff options
author | Satoshi Taoka <taoka@FreeBSD.org> | 1999-03-20 05:42:24 +0000 |
---|---|---|
committer | Satoshi Taoka <taoka@FreeBSD.org> | 1999-03-20 05:42:24 +0000 |
commit | 539ae7aa997f0e0613e1b666b660d6b16e8d1338 (patch) | |
tree | 465d97d2194e30b21a791363eea0994409171279 /devel/Makefile | |
parent | Programming library for C++, portable across Windows, OS/2 and various Unices (diff) |
Added yacl
Notes
Notes:
svn path=/head/; revision=17314
Diffstat (limited to 'devel/Makefile')
-rw-r--r-- | devel/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/Makefile b/devel/Makefile index df3a08a85bce..0b359d721365 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.160 1999/03/09 01:08:46 nectar Exp $ +# $Id: Makefile,v 1.161 1999/03/10 16:04:29 jfitz Exp $ # SUBDIR += ElectricFence @@ -136,5 +136,6 @@ SUBDIR += xmake SUBDIR += xwpe SUBDIR += xxgdb + SUBDIR += yacl .include <bsd.port.subdir.mk> |