factor/vm/Config.freebsd

5 lines
118 B
Plaintext
Raw Normal View History

2006-07-07 00:07:18 -04:00
include vm/Config.unix
2006-07-07 00:03:10 -04:00
PLAF_OBJS += vm/os-genunix.o
2006-07-07 00:07:18 -04:00
CFLAGS += -export-dynamic -pthread
LIBS = -ldl -lm $(X11_UI_LIBS)