From 43a684b2ebd070b7260a0a4f05b640a8ff7f5782 Mon Sep 17 00:00:00 2001
From: Joel Sing <jsing@cvs.openbsd.org>
Date: Tue, 23 Apr 2013 12:36:50 +0000
Subject: tedu unused makefiles.

---
 sys/arch/i386/stand/etc/Makefile | 21 ---------------------
 1 file changed, 21 deletions(-)
 delete mode 100644 sys/arch/i386/stand/etc/Makefile

(limited to 'sys/arch/i386/stand')

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}
-- 
cgit v1.2.3