[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

1.15    ! christos    1: #      $NetBSD: Makefile.inc,v 1.14 2002/09/27 21:04:46 thorpej 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.9       mikel      10: LDSTATIC?=     -static
1.12      lukem      11: .endif

CVSweb <webmaster@jp.NetBSD.org>