mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-09-07 14:16:53 -04:00
16 lines
375 B
Makefile
16 lines
375 B
Makefile
# $NetBSD: Makefile.inc,v 1.7 2012/10/26 18:15:55 tsutsui Exp $
|
|
|
|
DBG= -Os
|
|
|
|
IMAGESIZE= 4352k
|
|
MAKEFS_FLAGS= -o density=2k
|
|
IMAGEENDIAN= le
|
|
MAKEDEVTARGETS= all ipty
|
|
LISTS+= ${DISTRIBDIR}/common/list.sysinst
|
|
MTREECONF+= ${.CURDIR}/mtree.usr.install
|
|
IMAGEDEPENDS+= ${ARCHDIR}/dot.profile \
|
|
${DESTDIR}/.profile
|
|
SMALLPROG_INET6=1
|
|
|
|
.include "${DISTRIBDIR}/common/Makefile.dhcpcd"
|