8 lines
139 B
Makefile
8 lines
139 B
Makefile
|
# $FreeBSD$
|
||
|
|
||
|
NOOBJ= noobj
|
||
|
INCS= ftp.h inet.h nameser.h nameser_compat.h telnet.h tftp.h
|
||
|
INCSDIR=${INCLUDEDIR}/arpa
|
||
|
|
||
|
.include <bsd.prog.mk>
|