c6063d0da8
from the latter.
12 lines
157 B
Makefile
12 lines
157 B
Makefile
# @(#)Makefile.inc 8.1 (Berkeley) 6/8/93
|
|
# $FreeBSD$
|
|
|
|
.include <src.opts.mk>
|
|
|
|
BINDIR?= /sbin
|
|
WARNS?= 6
|
|
|
|
.if ${MK_DYNAMICROOT} == "no"
|
|
NO_SHARED?= YES
|
|
.endif
|