10 lines
426 B
Text
10 lines
426 B
Text
# $NetBSD: Makefile.NetBSD.i386,v 1.3 2003/09/02 20:06:22 abs Exp $
|
|
|
|
DEPENDS+= suse_compat>=7.3:../../emulators/${SUSE_DIR_PREFIX}_compat
|
|
DEPENDS+= suse_x11>=7.3:../../emulators/${SUSE_DIR_PREFIX}_x11
|
|
|
|
.if !exists(/emul/linux/proc/curproc/cmdline) && !exists(/proc/curproc/cmdline)
|
|
BROKEN= please mount /emul/linux/proc or /proc
|
|
.endif
|
|
|
|
.include "../../emulators/suse_linux/Makefile.application"
|