mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-23 06:21:09 +01:00
106d839190
Submitted by: Ulrich Spörlein
12 lines
156 B
Makefile
12 lines
156 B
Makefile
# @(#)Makefile.inc 8.1 (Berkeley) 6/8/93
|
|
# $FreeBSD$
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
BINDIR?= /sbin
|
|
WARNS?= 6
|
|
|
|
.if ${MK_DYNAMICROOT} == "no"
|
|
NO_SHARED?= YES
|
|
.endif
|