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 /libexec | |
| parent | beede70e5143ff4ea1f10e667c78575ab0031028 (diff) | |
Notes
Diffstat (limited to 'libexec')
| -rw-r--r-- | libexec/fingerd/Makefile.depend.options | 6 | ||||
| -rw-r--r-- | libexec/ftpd/Makefile.depend.options | 6 | ||||
| -rw-r--r-- | libexec/telnetd/Makefile.depend.options | 6 | ||||
| -rw-r--r-- | libexec/tftpd/Makefile.depend.options | 6 |
4 files changed, 24 insertions, 0 deletions
diff --git a/libexec/fingerd/Makefile.depend.options b/libexec/fingerd/Makefile.depend.options new file mode 100644 index 000000000000..1e9988b6b42b --- /dev/null +++ b/libexec/fingerd/Makefile.depend.options @@ -0,0 +1,6 @@ +# $FreeBSD$ +# This file is not autogenerated - take care! + +DIRDEPS_OPTIONS= BLACKLIST_SUPPORT + +.include <dirdeps-options.mk> diff --git a/libexec/ftpd/Makefile.depend.options b/libexec/ftpd/Makefile.depend.options new file mode 100644 index 000000000000..59cf72ebf447 --- /dev/null +++ b/libexec/ftpd/Makefile.depend.options @@ -0,0 +1,6 @@ +# $FreeBSD$ +# This file is not autogenerated - take care! + +DIRDEPS_OPTIONS= BLACKLIST_SUPPORT PAM_SUPPORT + +.include <dirdeps-options.mk> diff --git a/libexec/telnetd/Makefile.depend.options b/libexec/telnetd/Makefile.depend.options new file mode 100644 index 000000000000..4c4ba810c0e2 --- /dev/null +++ b/libexec/telnetd/Makefile.depend.options @@ -0,0 +1,6 @@ +# $FreeBSD$ +# This file is not autogenerated - take care! + +DIRDEPS_OPTIONS= KERBEROS_SUPPORT OPENSSL + +.include <dirdeps-options.mk> diff --git a/libexec/tftpd/Makefile.depend.options b/libexec/tftpd/Makefile.depend.options new file mode 100644 index 000000000000..a62a5692d70a --- /dev/null +++ b/libexec/tftpd/Makefile.depend.options @@ -0,0 +1,6 @@ +# $FreeBSD$ +# This file is not autogenerated - take care! + +DIRDEPS_OPTIONS= TCP_WRAPPERS + +.include <dirdeps-options.mk> |
