head     1.1;
access   ;
symbols  ;
locks    bin:1.1;
comment  @@;


1.1
date     91.04.22.18.04.05;  author bin;  state Exp;
branches ;
next	;


desc
@initial version provided by stevesf 
@



1.1
log
@Initial revision
@
text
@# /usr/src/libc/crt/Makefile 2/14/91

OBJ=\
	_pow10.o\
	_prof.o

# Primary target.
all:	CRT crti8086
	: libc/crt done.

# Pseudotargets.
CRT:	$(OBJ)
	ar rkus libc.a $?
	touch $@@
crti8086:
	make SRCPATH=$(SRCPATH)/i8086

# Secondary targets.
_pow10.o:	_pow10.c
_prof.o:	_prof.c

# end of /usr/src/libc/crt/Makefile
@
