Files
Arquivotheca.SunOS-4.1.3/lib/libc/gen/sys5/Makefile
seta75D 2e8a93c394 Init
2021-10-11 18:20:23 -03:00

24 lines
433 B
Makefile

#
# @(#)Makefile 1.1 92/07/30 SMI
#
# Copyright (c) 1987 by Sun Microsystems, Inc.
#
SRCS = assert.c nlist.c setgid.c setuid.c sighold.c signal.c sgetl.c \
sleep.c sputl.c ttyslot.c
OBJS = $(SRCS:%.c=$(VARIANT)/%.o)
include ../../Makefile.arch
include ../../Makefile.master
.KEEP_STATE:
all: xall
xall: $$(LIBS)
$(LIBS) : symlink $$(VARIANT) $$(OBJS)
clean: master.clean
symlink:
rm -rf strings;\
ln -s ../../strings strings