ref: f6d48501c4c475c5c9cad077ae6b206e72e0c65d
dir: /posix-amd64/Makefile/
ROOT=.. include ../Make.config LIB=../libmachdep.a CFLAGS+=-fpie LDFLAGS+=-fpie OFILES=\ getcallerpc.$O\ tas.$O\ trampoline.$O\ default: $(LIB) $(LIB): $(OFILES) $(AR) r $(LIB) $(OFILES) $(RANLIB) $(LIB) %.$O: %.c $(CC) $(CFLAGS) $*.c