mirror of
https://github.com/opnsense/src.git
synced 2026-04-04 17:05:14 -04:00
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>
|