mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-02-17 19:30:00 +08:00
8 lines
91 B
Makefile
8 lines
91 B
Makefile
|
LDFLAGS+= -Wl,-Bexport
|
||
|
|
||
|
%.so: %.o
|
||
|
$(LD) -G -Bdynamic -o $@ $<
|
||
|
|
||
|
INSTALL= /usr/ucb/install
|
||
|
|