summaryrefslogtreecommitdiff
path: root/sys/arch/hp300/stand/Makefile
diff options
context:
space:
mode:
authorJason Downs <downsj@cvs.openbsd.org>1997-02-03 07:19:10 +0000
committerJason Downs <downsj@cvs.openbsd.org>1997-02-03 07:19:10 +0000
commit15252feb685ac515dbb0d558a6ec060640c366cf (patch)
tree4abc281bdcbf990848ecd6e99a5c410c10513b1f /sys/arch/hp300/stand/Makefile
parent60db6b673069c7f048e846a8c3d9c396051e6594 (diff)
rd -> hd
Diffstat (limited to 'sys/arch/hp300/stand/Makefile')
-rw-r--r--sys/arch/hp300/stand/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/hp300/stand/Makefile b/sys/arch/hp300/stand/Makefile
index e653e99f6af..08e974c9ed9 100644
--- a/sys/arch/hp300/stand/Makefile
+++ b/sys/arch/hp300/stand/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.4 1997/01/17 08:32:37 downsj Exp $
+# $OpenBSD: Makefile,v 1.5 1997/02/03 07:19:01 downsj Exp $
# $NetBSD: Makefile,v 1.22 1996/10/18 06:03:25 thorpej Exp $
# @(#)Makefile 8.1 (Berkeley) 6/10/93
@@ -18,9 +18,9 @@ CFLAGS= -O3 ${INCPATH} ${DEFS}
SRCS= autoconf.c cons.c devopen.c machdep.c prf.c
OBJS= ${SRCS:N*.h:R:S/$/.o/g}
-DSRCS= ct.c dca.c dcm.c fhpib.c hil.c hpib.c if_le.c \
+DSRCS= ct.c dca.c dcm.c fhpib.c hd.c hil.c hpib.c if_le.c \
ite.c ite_dv.c ite_gb.c ite_rb.c ite_subr.c ite_tc.c ite_hy.c \
- nhpib.c rd.c scsi.c sd.c
+ nhpib.c scsi.c sd.c
DOBJS= ${DSRCS:N*.h:R:S/$/.o/g}
S= ${.CURDIR}/../../..