summaryrefslogtreecommitdiff
path: root/sys/arch/i386
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1996-05-27 08:04:53 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1996-05-27 08:04:53 +0000
commit5b9f4ed416563721748b3002f71a36d636bff6c2 (patch)
treed6695f2bfcd54579a837f4d99093e883f8017a79 /sys/arch/i386
parentfb032039d135f67a104f12e90e08d91c3aee9326 (diff)
depend::
Diffstat (limited to 'sys/arch/i386')
-rw-r--r--sys/arch/i386/conf/Makefile.i3866
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/i386/conf/Makefile.i386 b/sys/arch/i386/conf/Makefile.i386
index 77b04a99250..4f47b4595be 100644
--- a/sys/arch/i386/conf/Makefile.i386
+++ b/sys/arch/i386/conf/Makefile.i386
@@ -1,5 +1,5 @@
-# $OpenBSD: Makefile.i386,v 1.12 1996/05/10 12:19:12 mickey Exp $
-# $NetBSD: Makefile.i386,v 1.66 1996/02/29 20:56:16 cgd Exp $
+# $OpenBSD: Makefile.i386,v 1.13 1996/05/27 08:04:52 deraadt Exp $
+# $NetBSD: Makefile.i386,v 1.67 1996/05/11 16:12:11 mycroft Exp $
# Makefile for OpenBSD
#
@@ -151,7 +151,7 @@ locore.o: ${APMINC}
SRCS= ${I386}/i386/locore.s \
param.c ioconf.c ${CFILES} ${SFILES}
-depend: .depend
+depend:: .depend
.depend: ${SRCS} assym.h param.c ${APMINC}
mkdep ${AFLAGS} ${CPPFLAGS} ${I386}/i386/locore.s
mkdep -a ${CFLAGS} ${CPPFLAGS} param.c ioconf.c ${CFILES}