From 3d76b19e4b7c5ba4f5b73064c6355002247e6797 Mon Sep 17 00:00:00 2001 From: gwr Date: Fri, 17 Oct 1997 04:26:10 +0000 Subject: [PATCH] Add idprom.c --- sys/arch/sun3/stand/libsa/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sys/arch/sun3/stand/libsa/Makefile b/sys/arch/sun3/stand/libsa/Makefile index 8e5f23747b36..9dc04e850c6b 100644 --- a/sys/arch/sun3/stand/libsa/Makefile +++ b/sys/arch/sun3/stand/libsa/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 1997/09/05 04:31:53 gwr Exp $ +# $NetBSD: Makefile,v 1.16 1997/10/17 04:26:10 gwr Exp $ LIB=sa @@ -28,8 +28,8 @@ SRC_sa = alloc.c bcopy.c close.c getfile.c memcpy.c open.c \ SRC_kern= ashrdi3.c bcmp.c bzero.c strcmp.c strlen.c -SRC_here= clock.c dev_disk.c devopen.c dvma.c \ - exec_sun.c gets.c netif_sun.c panic.c \ +SRC_here= clock.c dev_disk.c devopen.c dvma.c exec_sun.c \ + gets.c idprom.c netif_sun.c panic.c \ promboot.c promcons.c promdev.c SRCS= ${SRC_net} ${SRC_sa} ${SRC_kern} ${SRC_here}