postgresql/src/makefiles/Makefile.netbsd

7 lines
158 B
Makefile

rpath = -Wl,-R'$(rpathdir)'
# Rule for building a shared library from a single .o file
%.so: %.o
$(CC) $(CFLAGS) $< $(LDFLAGS) $(LDFLAGS_SL) -shared -o $@