mirror of
https://github.com/postgres/postgres.git
synced 2026-03-04 06:10:57 -05:00
Makefile.global and move them to seperate 'include' makefiles Over time, should become even more port specific: ie. Makefile.BSD44_derived should be broken down into netbsd/freebsd specific ports
2 lines
44 B
Makefile
2 lines
44 B
Makefile
%.so: %.o
|
|
$(LD) -dc -dp -Bdynamic -o $@ $<
|