Consistently use "superuser" instead of "super user"
[pgsql.git] / src / makefiles / Makefile.netbsd
blob6f9cb1d45d1683545da6fbfad8809f233a475c7b
1 AROPT = cr
3 export_dynamic = -Wl,-E
4 rpath = -Wl,-R'$(rpathdir)'
6 DLSUFFIX = .so
9 # Rule for building a shared library from a single .o file
10 %.so: %.o
11         $(CC) $(CFLAGS) $< $(LDFLAGS) $(LDFLAGS_SL) -shared -o $@