#
#ident	"@(#)Makefile	1.2	99/05/14 SMI"
#
# Copyright (c) 1998-1999 by Sun Microsystems, Inc.
# All rights reserved.
#
# lib/librt/spec/i386/Makefile

.KEEP_STATE:

include	../Makefile.targ

# Add arch specific objects here
OBJECTS	+=

include	$(SRC)/lib/Makefile.lib

# Uncomment the following if the linker complains
#i386_C_PICFLAGS  = -K PIC

include	$(SRC)/lib/Makefile.spec

install: $(ROOTABILIB) $(ROOTABIDIR)/$(ABIPOSIXLIB)

$(ROOTABIDIR)/$(ABIPOSIXLIB): $(ABILIB) 
	$(RM) $@; $(SYMLINK) $(ABILIB) $@ 
