diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 1998-05-07 15:59:43 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 1998-05-07 15:59:43 +0000 |
commit | c523d1fafca93f3bafbbd0c6411063e5a1d61bbe (patch) | |
tree | ada6cf2e785b2e48ff7962b18530c4ec8965747a /devel/Makefile | |
parent | ab322818b5a2ab3d2c0af58269d814e950d726c0 (diff) |
Activate libtool.
Notes
Notes:
svn path=/head/; revision=10897
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 347578ee773c..bf421d5496c1 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.102 1998/05/02 17:59:08 mph Exp $ +# $Id: Makefile,v 1.103 1998/05/05 05:08:39 mph Exp $ # SUBDIR += ElectricFence @@ -37,6 +37,7 @@ SUBDIR += libmalloc SUBDIR += libproplist SUBDIR += libslang + SUBDIR += libtool SUBDIR += linux_devel SUBDIR += linux_kdump SUBDIR += linuxgdb |