summaryrefslogtreecommitdiff
path: root/src/makefiles/Makefile.univel
blob: f91cf357e7392261c98100044321777f4eab9842 (plain)
1
2
3
4
5
6
7
8
9
AROPT = crs
export_dynamic = -Wl,-Bexport
DLSUFFIX = .so
CFLAGS_SL = -K PIC

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

INSTALL= /usr/ucb/install