mirror of
https://github.com/opnsense/src.git
synced 2026-02-14 00:04:14 -05:00
8 lines
145 B
Makefile
8 lines
145 B
Makefile
|
|
.include <src.opts.mk>
|
|
|
|
INCS= ftp.h inet.h nameser.h nameser_compat.h tftp.h
|
|
INCS+= telnet.h
|
|
INCSDIR=${INCLUDEDIR}/arpa
|
|
|
|
.include <bsd.prog.mk>
|