1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-17 10:26:15 +00:00
freebsd/sbin/Makefile.inc

12 lines
156 B
PHP
Raw Normal View History

# @(#)Makefile.inc 8.1 (Berkeley) 6/8/93
# $FreeBSD$
.include <bsd.own.mk>
BINDIR?= /sbin
WARNS?= 6
.if ${MK_DYNAMICROOT} == "no"
2004-12-21 09:59:45 +00:00
NO_SHARED?= YES
.endif