aboutsummaryrefslogtreecommitdiff
path: root/src/makefiles/Makefile.bsdi
blob: b1da0004cb755c134e4029e0e7dd01290a8d1ec9 (plain)
1
2
3
4
5
6
7
8
9
# 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 $@ $<