10 lines
365 B
Makefile
10 lines
365 B
Makefile
# $NetBSD: Makefile.NetBSD.i386,v 1.2 2003/02/13 00:05:44 hubertf Exp $
|
|
|
|
DEPENDS+= suse_compat>=7.3:../../emulators/${SUSE_DIR_PREFIX}_compat
|
|
DEPENDS+= suse_x11>=7.3:../../emulators/${SUSE_DIR_PREFIX}_x11
|
|
|
|
.if !exists(/proc/curproc/cmdline)
|
|
BROKEN= please mount /proc
|
|
.endif
|
|
|
|
.include "../../emulators/suse_linux/Makefile.application"
|