summaryrefslogtreecommitdiff
path: root/sys/arch/i386
diff options
context:
space:
mode:
authorJoel Sing <jsing@cvs.openbsd.org>2013-04-23 12:36:50 +0000
committerJoel Sing <jsing@cvs.openbsd.org>2013-04-23 12:36:50 +0000
commit43a684b2ebd070b7260a0a4f05b640a8ff7f5782 (patch)
tree327a4e3f2013fd98af92e5a73c30a616e3ad4752 /sys/arch/i386
parente0fd01d5aea47ad6fbe0f0bd91508c7e34f14307 (diff)
tedu unused makefiles.
Diffstat (limited to 'sys/arch/i386')
-rw-r--r--sys/arch/i386/stand/etc/Makefile21
1 files changed, 0 insertions, 21 deletions
diff --git a/sys/arch/i386/stand/etc/Makefile b/sys/arch/i386/stand/etc/Makefile
deleted file mode 100644
index e3bb5fe428c..00000000000
--- a/sys/arch/i386/stand/etc/Makefile
+++ /dev/null
@@ -1,21 +0,0 @@
-# $OpenBSD: Makefile,v 1.11 2012/08/29 22:23:08 pascal Exp $
-
-S= ${.CURDIR}/../../../..
-I386= ${.CURDIR}/../..
-
-all depend:: assym.h
-
-assym.h: $S/kern/genassym.sh ${.CURDIR}/genassym.cf
- sh $S/kern/genassym.sh ${CC} ${CFLAGS} ${CPPFLAGS} \
- ${PARAM} < ${.CURDIR}/genassym.cf > assym.h.tmp && \
- mv -f assym.h.tmp assym.h
-
-cleandir: clean
-
-clean:
- @rm -f isa.h apm.h assym.h machine
-
-.include <bsd.obj.mk>
-.include <bsd.subdir.mk>
-.include "../Makefile.inc"
-CFLAGS+=${SACFLAGS}