d0b2dbfa0e
Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
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
|