From 321fcfefe5ec8488d78ae1d419b881cb227cb91d Mon Sep 17 00:00:00 2001 From: gbeauche <> Date: Sun, 18 Jan 2004 22:04:23 +0000 Subject: [PATCH] handle dummy stuff --- SheepShaver/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/SheepShaver/Makefile b/SheepShaver/Makefile index cf10465a..bb334558 100644 --- a/SheepShaver/Makefile +++ b/SheepShaver/Makefile @@ -60,7 +60,10 @@ links: Unix/sigsegv.h Unix/sigsegv.cpp Unix/vm_alloc.h Unix/vm_alloc.cpp \ Unix/posix_sem.cpp Unix/video_vosf.h Unix/video_blit.h \ Unix/video_blit.cpp Unix/config.sub Unix/config.guess \ - Unix/Linux/scsi_linux.cpp Unix/Linux/NetDriver'; \ + Unix/Linux/scsi_linux.cpp Unix/Linux/NetDriver\ + Unix/Darwin/lowmem.c Unix/Darwin/pagezero.c \ + Unix/Darwin/testlmem.sh dummy/audio_dummy.cpp \ + dummy/prefs_editor_dummy.cpp dummy/scsi_dummy.cpp'; \ PREFIX="`pwd`/"; case $(B2_TOPDIR) in /*) PREFIX="";; esac; \ for i in $$list; do \ echo $$i; \