summaryrefslogtreecommitdiff
path: root/src/makefiles/Makefile.ultrix4
blob: 1c03737756fd6c887a1972bd320353e3c82100cd (plain)
1
2
3
4
5
6
7
8
9
10
# used by initdb
SHELL=/bin/sh5
AROPT = crs

DLSUFFIX = .so
# "-G 0" works for both DEC cc and GNU cc.
CFLAGS_SL = -G 0

%.so: %.c
	$(CC) -c -G 0 $(CPPFLAGS) $(CFLAGS) -o $@ $<