logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

pmake - wrapper for bmake defaulting to NetBSD makefiles

Description

pmake is a wrapper for bmake, a portable version of NetBSD make, providing NetBSD system makefiles by
       default instead of the bmake's own ones.

       The pmake wrapper is meant to be used by makefiles relying on bsd.prog.mk and other makefiles provided on
       BSD systems by default.

Files

       /usr/share/bmake/mk-bmake
           bmake's makefiles

       /usr/share/bmake/mk-netbsd
           NetBSD makefiles

       /usr/share/mk
           bmake's "system" makefile directory; a symlink to bmake's makefiles

Name

       pmake - wrapper for bmake defaulting to NetBSD makefiles

See Also

bmake(1)

                                                   2021-01-31                                           PMAKE(1)

Synopsis

pmake [bmakeoptions] [variable=value] [target...]

See Also