mirror of
https://github.com/postgres/postgres.git
synced 2026-06-04 06:16:57 -04: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
58 B
Makefile
2 lines
58 B
Makefile
%.so: %.o
|
|
$(LD) -shared -expect_unresolved '*' -o $@ $<
|