diff options
author | Nik Clayton <nik@FreeBSD.org> | 2004-12-21 21:24:55 +0000 |
---|---|---|
committer | Nik Clayton <nik@FreeBSD.org> | 2004-12-21 21:24:55 +0000 |
commit | 444a6c9620448de1050db94cd1b77e3afd526b3d (patch) | |
tree | 8b70667e84e46c237556381be700849c1f57fcef /devel/Makefile | |
parent | 500f6fa45760186ee91383844da3f211360ec348 (diff) |
Add libtap, a C implementation of the Test Anything Protocol, written
by yours truly.
Notes
Notes:
svn path=/head/; revision=124727
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 3583e1706da2..30dfe2a9c6bd 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -467,6 +467,7 @@ SUBDIR += libstrfunc SUBDIR += libstroke SUBDIR += libtai + SUBDIR += libtap SUBDIR += libtar SUBDIR += libtecla SUBDIR += libticalcs |