diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 1998-05-30 01:47:37 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 1998-05-30 01:47:37 +0000 |
commit | ab0cf749ca2335eb3a16eead7e1daa71cbe2ae45 (patch) | |
tree | 291ba04221be89e1889472ff90005d076c51a913 | |
parent | a9db6f073d3c1df3d50ea950c30128dca0c7eacf (diff) |
compile ctime.c
-rw-r--r-- | sys/arch/i386/stand/libsa/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/i386/stand/libsa/Makefile b/sys/arch/i386/stand/libsa/Makefile index c6b2ef46150..8a6e49a5c64 100644 --- a/sys/arch/i386/stand/libsa/Makefile +++ b/sys/arch/i386/stand/libsa/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.32 1998/05/28 20:52:38 mickey Exp $ +# $OpenBSD: Makefile,v 1.33 1998/05/30 01:47:36 mickey Exp $ .include "${.CURDIR}/../Makefile.inc" @@ -29,7 +29,7 @@ CLEANFILES+= unixdev.o unixsys.o nullfs.o # stand routines SRCS+= alloc.c exit.c exec.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 + strtol.c ctime.c # math for cd9660 #SRCS+= divdi3.c qdivrem.c |