Include xmalloc.c for psim.

This commit is contained in:
nathanw 2006-05-15 19:12:07 +00:00
parent f5c91f0e5d
commit b350d93baa

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.1 2006/05/15 16:31:37 nathanw Exp $
# $NetBSD: Makefile,v 1.2 2006/05/15 19:12:07 nathanw Exp $
.include <bsd.own.mk>
@ -14,7 +14,8 @@ CPPFLAGS+=-I${.CURDIR} -I${DIST}/include -DHAVE_CONFIG_H
SRCS=argv.c concat.c cp-demangle.c cp-demint.c cplus-dem.c \
dyn-string.c floatformat.c getopt.c getopt1.c getruntime.c hashtab.c \
hex.c lbasename.c objalloc.c obstack.c regex.c safe-ctype.c \
splay-tree.c unlink-if-ordinary.c xexit.c xstrdup.c xstrerror.c
splay-tree.c unlink-if-ordinary.c xexit.c xmalloc.c xstrdup.c \
xstrerror.c
.include "../../Makefile.inc"
.include <bsd.lib.mk>