On 3/11/21 3:51 AM, Ronald Klop wrote:
Hi,
This
https://cgit.freebsd.org/src/tree/lib/libifconfig/libifconfig_sfp.h
includes libifconfig_sfp_tables.h which does not exist.
My build fails on this. I cleaned /lib/libifconfig and /sbin/ifconfig,
but no succes.
The last change in these files is a few days ago, am I the only one
with this problem?
The generated files live only in the obj dir, so after cleaning you'll
need to rebuild libifconfig (and not clean) before you can build
ifconfig again.
make -C lib/libifconfig
make -C sbin/ifconfig
-Ryan
_______________________________________________
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"