doc: Fix descriptions related to the handling of non-ASCII characters
[pgsql.git] / src / makefiles / Makefile.netbsd
blobeb86e0b76e43446c5f066dd13241c95bc132ea8f
1 rpath = -Wl,-R'$(rpathdir)'
4 # Rule for building a shared library from a single .o file
5 %.so: %.o
6         $(CC) $(CFLAGS) $< $(LDFLAGS) $(LDFLAGS_SL) -shared -o $@