ef685eeea9
dump dump_lfs fsck_ffs fsck_lfs fsdb mount_smbfs newfs_ext2fs newfs_lfs resize_lfs setkey
12 lines
244 B
Makefile
12 lines
244 B
Makefile
# $NetBSD: Makefile.inc,v 1.21 2009/04/11 07:58:11 lukem Exp $
|
|
# @(#)Makefile.inc 8.1 (Berkeley) 6/8/93
|
|
|
|
.include <bsd.own.mk> # for MKDYNAMICROOT definition
|
|
|
|
WARNS?= 4
|
|
BINDIR?= /sbin
|
|
|
|
.if (${MKDYNAMICROOT} == "no")
|
|
LDSTATIC?= -static
|
|
.endif
|