Hi.

I have BSDmakefile files used in multiple mini projects and to avoid
conflict with GNU make, I was using BSDmakefile as the filename over the
years. Today I discovered that make(1) doesn't see that filename any
more.

$ make clean
make: no target to make.

$ make clean
make: don't know how to make clean
Stop in /home/mkucharski/code/latex/labels-a4

$ make -f BSDmakefile clean
rm -f -- *.aux *.log

$ sysctl -n kern.version
OpenBSD 7.9-beta (GENERIC.MP) #359: Fri Mar 27 12:42:31 MDT 2026
    [email protected]:/usr/src/sys/arch/amd64/compile/GENERIC.MP


-- 
Regards,
 Mikolaj

Reply via email to