aboutsummaryrefslogtreecommitdiff
path: root/examples/Makefile.freebsd
diff options
context:
space:
mode:
Diffstat (limited to 'examples/Makefile.freebsd')
-rw-r--r--examples/Makefile.freebsd6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/Makefile.freebsd b/examples/Makefile.freebsd
index 86d48cc7..fda94c37 100644
--- a/examples/Makefile.freebsd
+++ b/examples/Makefile.freebsd
@@ -8,10 +8,10 @@ MANDIR=$(DESTDIR)/$(PREFIX)/man
# the default C compiler is clang. Swap the comment marks (lines starting
# with '#') on the next 4 (non-blank) lines.
# CC = gcc
-CC = clang
+# CC = clang
# LD = gcc
-LD = clang
+# LD = clang
EXECS = sg_simple5
@@ -49,7 +49,7 @@ clean:
/bin/rm -f *.o $(EXECS) $(EXTRAS) core .depend
sg_simple5: sg_simple5.o $(D_FILES)
- $(LD) -o $@ $(LDFLAGS) $@.o $(D_FILES)
+ $(CC) -o $@ $(LDFLAGS) $@.o $(D_FILES)
install: $(EXECS)