diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-01-16 18:13:01 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-01-16 18:13:01 +0000 |
commit | 1ef19a1a790ee0a9e6afd7e453eed4a92ef9dee6 (patch) | |
tree | cd581267b6301bc8baf412e6911cd42c2d2b22fa /sys/arch | |
parent | a8d8321685dfd4ff0aefa3b511848cbe631d8bfa (diff) |
duplicate filename
Diffstat (limited to 'sys/arch')
-rw-r--r-- | sys/arch/zaurus/conf/Makefile.zaurus | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/zaurus/conf/Makefile.zaurus b/sys/arch/zaurus/conf/Makefile.zaurus index 0f56943df22..6b9bed4a2a9 100644 --- a/sys/arch/zaurus/conf/Makefile.zaurus +++ b/sys/arch/zaurus/conf/Makefile.zaurus @@ -1,5 +1,5 @@ -# $OpenBSD: Makefile.zaurus,v 1.1 2004/12/31 00:04:35 drahn Exp $ -# $OpenBSD: Makefile.zaurus,v 1.1 2004/12/31 00:04:35 drahn Exp $ +# $OpenBSD: Makefile.zaurus,v 1.2 2005/01/16 18:13:00 deraadt Exp $ +# $OpenBSD: Makefile.zaurus,v 1.2 2005/01/16 18:13:00 deraadt Exp $ # $NetBSD: Makefile.i386,v 1.67 1996/05/11 16:12:11 mycroft Exp $ # Makefile for OpenBSD @@ -172,7 +172,7 @@ links: sed 's,.*/\(.*.o\),rm -f \1; ln -s ../GENERIC/\1 \1,' > makelinks sh makelinks && rm -f dontlink makelinks -SRCS= ${ARM}/arm/locore.S ${ARM}/arm/locore.S \ +SRCS= ${ARM}/arm/locore.S \ param.c ioconf.c ${CFILES} ${SFILES} depend:: .depend .depend: ${SRCS} assym.h param.c ${APMINC} |