Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
Remove $FreeBSD$: two-line .h patternRemove /^\s*\*\n \*\s+\$FreeBSD\$$\n/
NO_MAN= has been deprecated in favor of MAN= for some time, go aheadand finish the job. ncurses is now the only Makefile in the tree thatuses it since it wasn't a simple mechanical change, and will
NO_MAN= has been deprecated in favor of MAN= for some time, go aheadand finish the job. ncurses is now the only Makefile in the tree thatuses it since it wasn't a simple mechanical change, and will beaddressed in a future commit.
show more ...
The NetBSD Foundation has granted permission to remove clause 3 and 4 fromtheir software.Obtained from: NetBSD
Always assign WARNS using ?=- fix some nearby style bugs- include Makefile.inc where it makes sense and reduces duplicationApproved by: ed (co-mentor)
Fix build on amd64.PR: misc/139409Submitted by: gk
New regression test updates for rename, etc.Obtained from: NetBSDApproved by: re (tmpfs blanket)
id generation is now handled by uma(9) subsystem,so remove the (now) irrevelent test case.Requested by: Howard SuApproved by: re (tmpfs blanket)
MFp4: Add regression tests for tmpfs.Obtained from: NetBSD via p4Submitted by: Howard Su