Re: sparc64: bootblk: let bsd.prog.mk do the work

2022-10-24 Thread Klemens Nanni
On Wed, Oct 12, 2022 at 05:55:10PM +, Klemens Nanni wrote: > sets up CLEANFILES, build/install targets and more, so no > need to roll them ourselves if we just set PROG and SRCS. > > STRIPFLAG is defined but not used and in INSTALL_STRIP is > the magic word, so fix that. > > Don't replace "

sparc64: bootblk: let bsd.prog.mk do the work

2022-10-12 Thread Klemens Nanni
sets up CLEANFILES, build/install targets and more, so no need to roll them ourselves if we just set PROG and SRCS. STRIPFLAG is defined but not used and in INSTALL_STRIP is the magic word, so fix that. Don't replace "bootblk" wth "${PROG}" to avoid churn. No object change, `make' does exactl