mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-27 04:53:28 +00:00
023fc80ee3
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
Similar commit in main:
(cherry picked from commit d0b2dbfa0e
)
10 lines
135 B
Makefile
10 lines
135 B
Makefile
# @(#)Makefile.inc 8.1 (Berkeley) 6/8/93
|
|
|
|
.include <src.opts.mk>
|
|
|
|
BINDIR?= /sbin
|
|
|
|
.if ${MK_DYNAMICROOT} == "no"
|
|
NO_SHARED?= YES
|
|
.endif
|