]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.bin/dtc/Makefile
- Make note of interface MTU change if the rx queues exist, and not just
[FreeBSD/FreeBSD.git] / usr.bin / dtc / Makefile
1 # $FreeBSD$
2
3 PROG_CXX=dtc
4 SRCS=   dtc.cc input_buffer.cc string.cc dtb.cc fdt.cc checking.cc
5 MAN=    dtc.1
6
7 WARNS?= 3
8
9 NO_SHARED?=NO
10
11 .include <bsd.prog.mk>