NetBSD/bin/Makefile.inc

12 lines
243 B
PHP
Raw Normal View History

2012-03-21 09:47:53 +04:00
# $NetBSD: Makefile.inc,v 1.17 2012/03/21 05:47:53 matt Exp $
1995-03-21 05:08:51 +03:00
# @(#)Makefile.inc 8.1 (Berkeley) 5/31/93
1993-03-21 12:45:37 +03:00
.include <bsd.own.mk> # for MKDYNAMICROOT definition
2012-03-21 09:47:53 +04:00
WARNS?= 5
BINDIR?= /bin
.if (${MKDYNAMICROOT} == "no")
LDSTATIC?= -static
.endif