repo.or.cz
/
pgsql.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Consistently use "superuser" instead of "super user"
[pgsql.git]
/
src
/
makefiles
/
Makefile.netbsd
blob
6f9cb1d45d1683545da6fbfad8809f233a475c7b
1
AROPT = cr
2
3
export_dynamic = -Wl,-E
4
rpath = -Wl,-R'$(rpathdir)'
5
6
DLSUFFIX = .so
7
8
9
# Rule for building a shared library from a single .o file
10
%.so: %.o
11
$(CC) $(CFLAGS) $< $(LDFLAGS) $(LDFLAGS_SL) -shared -o $@