head     1.1;
branch   ;
access   ;
symbols  ;
locks    bin:1.1; strict;
comment  @# @;


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


desc
@@



1.1
log
@Initial revision
@
text
@# /usr/src/libc/gen/malloc/Makefile 1/9/92

OBJ=\
	calloc.o\
	malloc.o\
	memok.o\
	notmem.o\
	realloc.o

UNUSED=trymallo.c

# Primary target.
GENMALLOC:	$(OBJ)
	$(AR) rkus libc.a $?
	touch $@@
	: libc/gen/malloc done

# Secondary targets.
calloc.o:	calloc.c
malloc.o:	malloc.c
memok.o:	memok.c
notmem.o:	notmem.c
realloc.o:	realloc.c

# end of /usr/src/libc/gen/malloc/Makefile
@
