diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 1998-07-13 03:36:02 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 1998-07-13 03:36:02 +0000 |
commit | 87309e1fb22b5882e84817b5c2caf90d982c68e3 (patch) | |
tree | 9fd3eb631ba46fd06bea894a2c6231f29ba076d7 /sys/arch/hppa/stand/libsa/Makefile | |
parent | 07a8b6f9545c2ed7df49149f08adfdc77b31ff34 (diff) |
libsa/itecons.c
Diffstat (limited to 'sys/arch/hppa/stand/libsa/Makefile')
-rw-r--r-- | sys/arch/hppa/stand/libsa/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
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 \ |