diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 2001-08-24 23:00:02 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 2001-08-24 23:00:02 +0000 |
commit | 6abfadc14158cf6c25b656eb088c916d8a9d49ec (patch) | |
tree | fda1a69de21bbdd0273e548f2938ee587cf17345 /devel/Makefile | |
parent | Create ${PREFIX}/etc dir so configure script finds to automagically. (diff) |
Generate CRC32 checksum
Notes
Notes:
svn path=/head/; revision=46825
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 2036526d4e9a..eef70f579b29 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -389,6 +389,7 @@ SUBDIR += p5-Sort-Versions SUBDIR += p5-Storable SUBDIR += p5-String-Approx + SUBDIR += p5-String-CRC32 SUBDIR += p5-String-Checker SUBDIR += p5-String-Random SUBDIR += p5-String-RexxParse |