mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-24 00:21:07 +01:00
10 lines
131 B
Makefile
10 lines
131 B
Makefile
# @(#)Makefile.inc 8.1 (Berkeley) 6/8/93
|
|
# $FreeBSD$
|
|
|
|
BINDIR?= /sbin
|
|
WARNS?= 2
|
|
|
|
.if defined(NO_DYNAMICROOT)
|
|
NO_SHARED?= YES
|
|
.endif
|