diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2025-08-04 19:38:06 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2025-08-04 19:38:06 +0000 |
| commit | b3127a2dc25ac63cae8e33e6f3dbd3580644fe52 (patch) | |
| tree | f80f4493df47432769db2e63e98f37594cacee48 /lib/libutil++/Makefile | |
| parent | ec16561817902d480f8ebde3d060844b1997d8de (diff) | |
Diffstat (limited to 'lib/libutil++/Makefile')
| -rw-r--r-- | lib/libutil++/Makefile | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/lib/libutil++/Makefile b/lib/libutil++/Makefile new file mode 100644 index 000000000000..ec83a9ad35f9 --- /dev/null +++ b/lib/libutil++/Makefile @@ -0,0 +1,16 @@ +PACKAGE= lib${LIB} +LIB_CXX= util++ +INTERNALLIB= true +SHLIB_MAJOR= 1 +SRCS= stringf.cc + +MAN+= freebsd::FILE_up.3 \ + freebsd::malloc_up.3 \ + freebsd::stringf.3 + +.include <src.opts.mk> + +HAS_TESTS= +SUBDIR.${MK_TESTS}+= tests + +.include <bsd.lib.mk> |
