diff options
| author | Alex Richardson <arichardson@FreeBSD.org> | 2021-01-30 17:56:35 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2023-03-22 15:22:07 +0000 |
| commit | 3eb107dd5913f1e114b1fc2a2ef702010cb99151 (patch) | |
| tree | c813a91273be1f82b2ac220a06761a8c4a7c9fd8 /lib/libproc | |
| parent | 6611fe011f79602cc13000e46acd7c4c76c7a08f (diff) | |
Diffstat (limited to 'lib/libproc')
| -rw-r--r-- | lib/libproc/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/libproc/Makefile b/lib/libproc/Makefile index 7fe6dd958ebd..37d550cb22e3 100644 --- a/lib/libproc/Makefile +++ b/lib/libproc/Makefile @@ -17,10 +17,8 @@ CFLAGS+= -I${.CURDIR} .if ${MK_CXX} == "no" CFLAGS+= -DNO_CXA_DEMANGLE -.elif ${MK_LIBCPLUSPLUS} != "no" -LIBADD+= cxxrt .else -LIBADD+= supcplusplus +LIBADD+= cxxrt .endif LIBADD+= elf procstat rtld_db util z |
