diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2003-12-22 17:04:59 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2003-12-22 17:04:59 +0000 |
commit | 4e17168b302f4086f7d6945118c9d3ee79cebbe1 (patch) | |
tree | 48045fd1a7521082d080363f2c83df466ea7edab /devel/Makefile | |
parent | 69e57d36c1e1eb21f76b19dfb8ef4b29ca494c6d (diff) |
Add safestr, a simple and safe string handling library for C.
PR: ports/56129
Submitted by: Robert Schlotterbeck <rws@suki.rs.tarrant.tx.us>
Notes
Notes:
svn path=/head/; revision=96447
Diffstat (limited to 'devel/Makefile')
-rw-r--r-- | devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index e75fa429cf00..4b3f065e9861 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1039,6 +1039,7 @@ SUBDIR += rudiments SUBDIR += rvi SUBDIR += rvm + SUBDIR += safestr SUBDIR += scandoc SUBDIR += scons SUBDIR += sdl12 |