diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-05-20 13:16:01 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-05-20 13:16:01 +0000 |
commit | b8e5090b9405202e5dd2903725caa90412089058 (patch) | |
tree | 4f1f98c7b884ca9b4d55e6fbf2cd1a907c2c9ba9 /misc/Makefile | |
parent | 281e522c64853ff6e4e3b91a133aff63d5d1a1b7 (diff) | |
download | ports-b8e5090b9405202e5dd2903725caa90412089058.tar.gz ports-b8e5090b9405202e5dd2903725caa90412089058.zip |
add sloccount
Counting physical Source Lines of Code (SLOC)
Notes
Notes:
svn path=/head/; revision=42808
Diffstat (limited to 'misc/Makefile')
-rw-r--r-- | misc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/Makefile b/misc/Makefile index 954c70d3fb70..c6ac36c7334f 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -141,6 +141,7 @@ SUBDIR += seizedesktop SUBDIR += sh-utils SUBDIR += shc + SUBDIR += sloccount SUBDIR += sls SUBDIR += smssend SUBDIR += snowflake |