26 lines
417 B
Makefile
Executable File
26 lines
417 B
Makefile
Executable File
#
|
|
#pragma ident "@(#)Makefile 1.8 95/02/24 SMI"
|
|
#
|
|
# Copyright (c) 1995 by Sun Microsystems, Inc.
|
|
# All rights reserved.
|
|
#
|
|
# lib/libsys/sparc/Makefile
|
|
|
|
MACHOBJ= libsyss.o
|
|
|
|
include ../Makefile.com
|
|
|
|
.KEEP_STATE:
|
|
|
|
all: $(DYNLIB)
|
|
|
|
install: all $(ROOTDYNLIB) $(ROOTLINKS)
|
|
|
|
$(COMSRC): ../common/libsys.sh libsys.list
|
|
sh ../common/libsys.sh
|
|
|
|
$(MACHSRC): libsys.sh libsyss.list
|
|
sh ./libsys.sh
|
|
|
|
include ../Makefile.targ
|