44lite moved cfree() to libcompat

This commit is contained in:
jtc 1994-05-20 06:19:47 +00:00
parent 656f5d0189
commit 70b7b8f795
1 changed files with 2 additions and 2 deletions

View File

@ -1,11 +1,11 @@
# from: @(#)Makefile.inc 5.6 (Berkeley) 6/4/91
# $Id: Makefile.inc,v 1.19 1994/05/17 12:44:06 mycroft Exp $
# $Id: Makefile.inc,v 1.20 1994/05/20 06:19:47 jtc Exp $
# stdlib sources
.PATH: ${.CURDIR}/arch/${MACHINE_ARCH}/stdlib ${.CURDIR}/stdlib
SRCS+= a64l.c abort.c atexit.c atoi.c atof.c atol.c bsearch.c calloc.c \
cfree.c exit.c getenv.c getopt.c heapsort.c l64a.c malloc.c \
exit.c getenv.c getopt.c heapsort.c l64a.c malloc.c \
multibyte.c putenv.c qsort.c radixsort.c rand.c random.c realpath.c \
setenv.c strtod.c strtol.c strtoq.c strtoul.c strtouq.c system.c \
_rand48.c drand48.c erand48.c jrand48.c lcong48.c lrand48.c \