summaryrefslogtreecommitdiff
path: root/sys/arch/i386/stand/libsa/Makefile
diff options
context:
space:
mode:
authorTobias Weingartner <weingart@cvs.openbsd.org>1997-04-28 07:39:02 +0000
committerTobias Weingartner <weingart@cvs.openbsd.org>1997-04-28 07:39:02 +0000
commit4ef6cdf0befb6c0f6216955125f8fd6d6baea02b (patch)
treed0a9420019dcc83c39ce68afde0645bb60f89e55 /sys/arch/i386/stand/libsa/Makefile
parentc941e38f34044523866fe64fcdcee65a8d1d2a77 (diff)
Add getsecs(). Use biostime & biosdate routines.
Parse and convert to seconds since epoch. Please test, there is a new command "time", which should print the current time (according to the BIOS) on the console.
Diffstat (limited to 'sys/arch/i386/stand/libsa/Makefile')
-rw-r--r--sys/arch/i386/stand/libsa/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/arch/i386/stand/libsa/Makefile b/sys/arch/i386/stand/libsa/Makefile
index e51dd626693..aba5ea1a4ee 100644
--- a/sys/arch/i386/stand/libsa/Makefile
+++ b/sys/arch/i386/stand/libsa/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.10 1997/04/18 02:14:28 mickey Exp $
+# $OpenBSD: Makefile,v 1.11 1997/04/28 07:39:00 weingart Exp $
LIB= sa
@@ -16,7 +16,8 @@ AS+= -R
# i386 stuff (so, it will possibly load in the same 64k)
SRCS= unixsys.S bioscom.S biosdisk.S bioskbd.S biostime.S biosmem.S gidt.S \
- debug_i386.S dev_i386.c exec_i386.c biosdev.c gateA20.c memprobe.c
+ debug_i386.S dev_i386.c exec_i386.c biosdev.c gateA20.c memprobe.c \
+ time.c
# stand routines
SRCS+= alloc.c exit.c exec.c getfile.c gets.c globals.c strcmp.c strlen.c \