factor/vm/Config.freebsd

5 lines
113 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
2006-07-21 18:32:41 -04:00
LIBS = -lm $(X11_UI_LIBS)