--- Makefile.vars.ORIG	Sat May 20 13:55:28 2000
+++ Makefile.vars	Sat May 20 13:56:19 2000
@@ -217,6 +217,9 @@
 endif
 
 ifeq "$(findstring OPENGL,$(EXPERIMENTAL))" "OPENGL"
+ifeq ($(ARCH),bsd)
+LDLIBS := $(LDLIBS) -lGL -lGLU -lglut
+endif
 ifeq ($(ARCH),os2)
 LDLIBS := $(LDLIBS) -lMesaGL -lMesaGLU -lglut
 endif
