tcpdump: cope with incorrect packet lengths
[freebsd.git] / sbin / Makefile.inc
1
2 .include <src.opts.mk>
3
4 BINDIR?=        /sbin
5
6 .if ${MK_DYNAMICROOT} == "no"
7 NO_SHARED?=     YES
8 .endif