summaryrefslogtreecommitdiff
path: root/src/makefiles/Makefile.svr4
blob: 21e1d7207d70ce9dbc0ba121b188c5a383ccb1a9 (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+= -lc /usr/ucblib/libucb.a -LD-Blargedynsym

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