diff --git a/bin/makefile-freebsd.386-x b/bin/makefile-freebsd.386-x index 652636b..8d21dcc 100644 --- a/bin/makefile-freebsd.386-x +++ b/bin/makefile-freebsd.386-x @@ -1,6 +1,6 @@ -# Options for Linux, Intel 386/486 and X-Window +# Options for FreeBSD, Intel 386/486 and X Windows -CC = gcc -m32 -std=c89 -Wall +CC = clang -m32 $(CLANG_CFLAGS) XFILES = $(OBJECTDIR)xmkicon.o \ $(OBJECTDIR)xbbt.o \