[BACK]Return to Makefile.inc CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / bin

Annotation of src/bin/Makefile.inc, Revision 1.15.32.1

1.15.32.1! matt        1: #      $NetBSD: Makefile.inc,v 1.15 2005/06/26 19:10:48 christos Exp $
1.7       cgd         2: #      @(#)Makefile.inc        8.1 (Berkeley) 5/31/93
1.10      cgd         3:
1.12      lukem       4: .include <bsd.own.mk>          # for MKDYNAMICROOT definition
1.1       cgd         5:
1.15      christos    6: WARNS?=                3
1.14      thorpej     7: BINDIR?=       /bin
1.12      lukem       8:
                      9: .if (${MKDYNAMICROOT} == "no")
1.15.32.1! matt       10: LDSTATIC+=     -static
1.12      lukem      11: .endif

CVSweb <webmaster@jp.NetBSD.org>