BSDmakefile: remove .OBJDIR

.OBJDIR is a variable, not a special target. It somehow worked with FreeBSD's
make but it didn't with OpenBSD, because that line defined the first target
that would be executed if not extra command line arguments were given.
This commit is contained in:
Matt Latusek 2025-04-02 21:36:42 +00:00
parent 5646c95bfc
commit 2fe193b477

View file

@ -36,10 +36,6 @@ GARGS = "--no-print-directory"
JARG = -j$(.MAKE.JOBS)
.endif
# bmake prefers out-of-source builds and tries to cd into ./obj (among others)
# where possible. GNU Make doesn't, so override that value.
.OBJDIR: ./
# The GNU convention is to use the lowercased `prefix` variable/macro to
# specify the installation directory. Humor them.
GPREFIX =