NetBSD/distrib/hpcmips/miniroot/Makefile.inc
tsutsui fe248d00b2 Fix PR install/47123 (sysinst fails with "openpty() failed" on many ports):
Add "ipty" to MAKEDEVTARGETS in miniroot/Makefile.inc since "MAKEDEV all"
 no longer creates /dev/pty* device nodes and miniroot doesn't mount ptyfs.
2012-10-26 18:15:55 +00:00

16 lines
376 B
Makefile

# $NetBSD: Makefile.inc,v 1.20 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"