10 lines
438 B
Text
10 lines
438 B
Text
# $NetBSD: Makefile.NetBSD.i386,v 1.7 2004/02/29 08:54:41 mrauch 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)
|
|
PKG_FAIL_REASON= "please mount /emul/linux/proc or /proc"
|
|
.endif
|
|
|
|
.include "../../emulators/suse_linux/Makefile.application"
|