Files
postgresql/src/makefiles/Makefile.alpha
Marc G. Fournier 09a5dabc30 Remove port specific Makefile 'targets' (ie. shared libraries) from
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
1997-04-12 10:33:10 +00:00

3 lines
58 B
Makefile

%.so: %.o
$(LD) -shared -expect_unresolved '*' -o $@ $<