diff options
author | Will Andrews <will@FreeBSD.org> | 2003-06-03 05:14:48 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2003-06-03 05:14:48 +0000 |
commit | 373b1542f0faa77d375cd6434f8bde0fba69ad5c (patch) | |
tree | 8cc88e1e43fee2c8751a369cf36b3c6022994fce /devel/Makefile | |
parent | 62a76c31159b27b306b8333204d65abf4444cded (diff) |
Add libukcprog 1.0, generally useful low level routines.
PR: 51722
Submitted by: Tim Bishop <tim@bishnet.net>
Notes
Notes:
svn path=/head/; revision=82169
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 489c660f8716..44593da7bb36 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -347,6 +347,7 @@ SUBDIR += libtar SUBDIR += libtecla SUBDIR += libtool + SUBDIR += libukcprog SUBDIR += libunicode SUBDIR += libusb SUBDIR += libuta |