c6063d0da8
from the latter.
13 lines
197 B
Makefile
13 lines
197 B
Makefile
# $FreeBSD$
|
|
|
|
.include <src.opts.mk>
|
|
|
|
NO_OBJ=
|
|
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>
|