diff options
author | ache <ache@FreeBSD.org> | 1996-07-11 17:36:25 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1996-07-11 17:36:25 +0000 |
commit | 3c6bcd6e7f378803655b530038fa8171aabb780e (patch) | |
tree | ff98d02fbb87447a61f6b95a4f44bbc1a4525bf4 /devel | |
parent | 5ad3dea4e9d2f888987f797461c8f6223409908c (diff) | |
download | FreeBSD-ports-3c6bcd6e7f378803655b530038fa8171aabb780e.zip FreeBSD-ports-3c6bcd6e7f378803655b530038fa8171aabb780e.tar.gz |
Add libslang
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 acde335..e0f875d 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.21 1996/04/19 18:44:49 jkh Exp $ +# $Id: Makefile,v 1.22 1996/07/10 08:12:38 asami Exp $ # SUBDIR += SWIG @@ -12,6 +12,7 @@ SUBDIR += gperf SUBDIR += libdlmalloc SUBDIR += libmalloc + SUBDIR += libslang SUBDIR += libz SUBDIR += m4 SUBDIR += mkmf |