1a00a68e37
Submitted by: "b.f." <bf1783@googlemail.com>
13 lines
196 B
Makefile
13 lines
196 B
Makefile
# $FreeBSD$
|
|
|
|
.include <bsd.own.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>
|