diff options
| author | Simon J. Gerraty <sjg@FreeBSD.org> | 2013-02-16 01:32:03 +0000 |
|---|---|---|
| committer | Simon J. Gerraty <sjg@FreeBSD.org> | 2013-02-16 01:32:03 +0000 |
| commit | ddafe925432ffaebfb6a947e0ee6219729c179e2 (patch) | |
| tree | 734ccd88d9be66cbde8be7cc73b21e488297b341 /include/arpa | |
| parent | f5f7c05209ca2c3748fd8b27c5e80ffad49120eb (diff) | |
Notes
Diffstat (limited to 'include/arpa')
| -rw-r--r-- | include/arpa/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/arpa/Makefile b/include/arpa/Makefile index be1e7e3b00c3..2e29e2c88333 100644 --- a/include/arpa/Makefile +++ b/include/arpa/Makefile @@ -3,9 +3,8 @@ .include <bsd.own.mk> INCS= ftp.h inet.h nameser.h nameser_compat.h tftp.h -.if ${MK_TELNET} == "no" INCS+= telnet.h -.endif + INCSDIR=${INCLUDEDIR}/arpa .include <bsd.prog.mk> |
