postgresql/src/makefiles/Makefile.bsdi
1998-10-12 00:53:42 +00:00

9 lines
152 B
Makefile

# for bsdi 4.0 ELF
# if we defined .so in template/bsdi_4.0
ifeq ($(DLSUFFIX), .so)
LDFLAGS+= -export-dynamic
endif
%.so: %.o
$(LD) -shared -o $@ $<