mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-03 09:00:21 +00:00
5b381db8cc
For meta mode we will want objdirs. Differential Revision: D2748 Reviewed by: brooks imp
12 lines
189 B
Makefile
12 lines
189 B
Makefile
# $FreeBSD$
|
|
|
|
.include <src.opts.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>
|