summaryrefslogtreecommitdiff
path: root/src/makefiles/Makefile.univel
blob: 3bfc5c0799e8fe0b60890d92a0482e0ec3de0e13 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#
#	The univel port is almost guaranteed NOT to work yet.
#
# MAKE_EXPORTS is required for svr4 loaders that want a file of
# symbol names to tell them what to export/import.
#MAKE_EXPORTS= true

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

INSTALL= /usr/ucb/install