64-bit VFS_LSEEK_OFF
[minix3.git] / bin / Makefile.inc
blob08d46e687b54319ef446144946c01024105c6e2c
1 #       $NetBSD: Makefile.inc,v 1.17 2012/03/21 05:47:53 matt Exp $
2 #       @(#)Makefile.inc        8.1 (Berkeley) 5/31/93
4 .include <bsd.own.mk>           # for MKDYNAMICROOT definition
6 WARNS?=         5
7 BINDIR?=        /bin
9 .if (${MKDYNAMICROOT} == "no")
10 LDSTATIC?=      -static
11 .endif