summaryrefslogtreecommitdiff
path: root/src/makefiles/Makefile.svr4
blob: 9c9e5b3e5af76e97a36a54ef58c3ca81c00ce787 (plain)
1
2
3
4
5
6
7
8
9
# MAKE_EXPORTS is required for svr4 loaders that want a file of
# symbol names to tell them what to export/import.
MAKE_EXPORTS= true

LDFLAGS+= /usr/ucblib/libucb.a -LD-Blargedynsym

%.so: %.o
	$(LD) -G -Bdynamic -o $@ $<