diff options
author | Will Andrews <will@FreeBSD.org> | 2001-03-10 19:40:15 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2001-03-10 19:40:15 +0000 |
commit | 30ca9191d0ad9703bb9f01268084988b066ac6df (patch) | |
tree | c3cbf8e3709316bdbdea0b1af9ca0511e7246033 /devel/Makefile | |
parent | Add dnrd 2.9, a proxy DNS daemon. (diff) |
Add libtar 1.2, a library for manipulating POSIX and GNU tar files.
PR: 24114
Submitted by: George Reid <greid@ukug.uk.freebsd.org>
Notes
Notes:
svn path=/head/; revision=39456
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 eedf2ddfdafb..7096f3415158 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -174,6 +174,7 @@ SUBDIR += libsock SUBDIR += libstash SUBDIR += libtai + SUBDIR += libtar SUBDIR += libtecla SUBDIR += libtool SUBDIR += libunicode |