Home | History | Annotate | Download | only in mk
History log of /src/share/mk/bsd.init.mk
RevisionDateAuthorComments
 1.2  28-Jul-2003  lukem Be consistent how "multiple include protection" is implemented. I.e,

.if !defined(_BSD_foo_MK_)
_BSD_foo_MK_=1

# ...

.endif # !defined(_BSD_foo_MK_)
 1.1  02-Nov-2001  tv Improve readability and reduce redundant redundancy in share/mk; add some
descriptive comments. The guts of hostprog, lib, and prog are mostly
unchanged; this will be done in another pass.

Make several things work properly with UNPRIVILEGED set, and make the
install-time "cmp" logic work for MANZ. Also reimplement INCS{DIR,NAME}_foo
(requested by wiz) in a backwards compatible way.

Reviewed by christos.

RSS XML Feed