1$NetBSD: NetBSD-upgrade,v 1.2 2019/09/13 13:39:13 roy Exp $ 2 3dhcpcd releases can be found at https://roy.marples.name/downloads/dhcpcd/ 4 5For the import there is a handy autoamated approach 6 tar -xf dhcpcd-X.Y.Z.tar.xz 7 cd dhcpcd-X.Y.Z 8 ./configure 9 make import-src 10 cd /tmp/dhcpcd-X.Y.Z 11 cvs import src/external/bsd/dhcpcd/dist ROY dhcpcd-X_Y_Z 12 13To make local changes to dhcpcd, simply patch and commit 14to the main branch (aka HEAD). Never make local changes on the 15vendor (ROY) branch. 16 17All local changes should be submitted to Roy Marples for inclusion in 18the next vendor release. 19