From 87309e1fb22b5882e84817b5c2caf90d982c68e3 Mon Sep 17 00:00:00 2001 From: Michael Shalayeff Date: Mon, 13 Jul 1998 03:36:02 +0000 Subject: libsa/itecons.c --- sys/arch/hppa/stand/libsa/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'sys/arch/hppa/stand/libsa/Makefile') diff --git a/sys/arch/hppa/stand/libsa/Makefile b/sys/arch/hppa/stand/libsa/Makefile index d4187b9b3fc..954fe3e4c5e 100644 --- a/sys/arch/hppa/stand/libsa/Makefile +++ b/sys/arch/hppa/stand/libsa/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.1 1998/06/23 18:46:42 mickey Exp $ +# $OpenBSD: Makefile,v 1.2 1998/07/13 03:35:57 mickey Exp $ # $NOWHERE: Makefile,v 2.1 1998/06/22 19:34:45 mickey Exp $ .include "${.CURDIR}/../Makefile.inc" @@ -17,13 +17,13 @@ NOPIC=nopic #AS+= -a # hppa stuff -SRCS= machdep.c pdc.c itecons.c dk.c dev_hppa.c exec_hppa.c time.c \ +SRCS= alloca.S machdep.c pdc.c itecons.c dk.c dev_hppa.c exec_hppa.c time.c \ ct.c dk.c cache_s.s cache_c.c # stand routines -SRCS+= alloc.c exit.c exec.c getfile.c gets.c globals.c strcmp.c strlen.c \ +SRCS+= alloc.c exit.c getfile.c gets.c globals.c strcmp.c strlen.c \ strncmp.c memcmp.c memcpy.c memset.c printf.c strerror.c strncpy.c \ - strtol.c ctime.c + strtol.c ctime.c exec.new.c exec_elf.c # io routines SRCS+= close.c closeall.c dev.c disklabel.c dkcksum.c fstat.c ioctl.c lseek.c \ -- cgit v1.2.3