diff options
author | Simon J. Gerraty <sjg@FreeBSD.org> | 2019-12-11 17:37:37 +0000 |
---|---|---|
committer | Simon J. Gerraty <sjg@FreeBSD.org> | 2019-12-11 17:37:37 +0000 |
commit | 5ab1c5846ff41be24b1f6beb0317bf8258cd4409 (patch) | |
tree | fc0cf2307ec987834da06ceb43200b4b76033691 /lib/libproc | |
parent | beede70e5143ff4ea1f10e667c78575ab0031028 (diff) | |
download | src-5ab1c5846ff41be24b1f6beb0317bf8258cd4409.tar.gz src-5ab1c5846ff41be24b1f6beb0317bf8258cd4409.zip |
Notes
Diffstat (limited to 'lib/libproc')
-rw-r--r-- | lib/libproc/Makefile.depend.options | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lib/libproc/Makefile.depend.options b/lib/libproc/Makefile.depend.options new file mode 100644 index 000000000000..db35b75b5ac8 --- /dev/null +++ b/lib/libproc/Makefile.depend.options @@ -0,0 +1,11 @@ +# $FreeBSD$ +# This file is not autogenerated - take care! + +DIRDEPS_OPTIONS= CDDL LIBCPLUSPLUS + +DIRDEPS.CDDL.yes= cddl/lib/libctf + +DIRDEPS.LIBCPLUSPLUS.yes= lib/libcxxrt +DIRDEPS.LIBCPLUSPLUS.no= gnu/lib/libsupc++ + +.include <dirdeps-options.mk> |