f01e723a66
PR: ports/50766 Submitted by: Bruce M Simpson <bms@spc.org>
15 lines
248 B
Text
15 lines
248 B
Text
--- Makefile.orig Sun Mar 16 03:08:16 2003
|
|
+++ Makefile Sun Mar 16 03:08:38 2003
|
|
@@ -1,5 +1,11 @@
|
|
CC = gcc -g
|
|
|
|
+ifdef FREEBSD
|
|
+LRMIOBJ=
|
|
+else
|
|
+LRMIOBJ=lrmi.o
|
|
+endif
|
|
+
|
|
all: s3switch
|
|
|
|
-s3switch: s3switch.o lrmi.o
|
|
+s3switch: s3switch.o $(LRMIOBJ)
|