From ab0cf749ca2335eb3a16eead7e1daa71cbe2ae45 Mon Sep 17 00:00:00 2001 From: Michael Shalayeff Date: Sat, 30 May 1998 01:47:37 +0000 Subject: compile ctime.c --- sys/arch/i386/stand/libsa/Makefile | 4 ++-- 1 file 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 -- cgit v1.2.3