1$NetBSD: README,v 1.3 2017/04/23 02:01:59 christos Exp $ 2 3To update tmux to a new version: 4 5- Build the package from pkgsrc and write down all -D flags passed to the 6 compiler. Autoconf is not generating a config.h file, so this is the 7 best we can do to get the build-time settings in place. 8- Use prepare-import.sh to regenerate the dist directory. 9- Update usr.bin/tmux/Makefile to sync the CPPFLAGS to the list of -D flags 10 gathered earlier on. 11- Update the list of source files in usr.bin/tmux/Makefile with the new 12 dist/*.c listing. 13- cvs import the contents of the new dist directory. 14- Fix merge conflicts, if any. 15- Commit the changes to the reachover Makefiles. 16- Update doc/3RDPARTY with the new tmux version. 17- Add a note to doc/CHANGES about the new version. 18