diff options
-rw-r--r-- | sys/arch/amd64/stand/etc/Makefile | 20 | ||||
-rw-r--r-- | sys/arch/i386/stand/etc/Makefile | 21 |
2 files changed, 0 insertions, 41 deletions
diff --git a/sys/arch/amd64/stand/etc/Makefile b/sys/arch/amd64/stand/etc/Makefile deleted file mode 100644 index 37aebe4337e..00000000000 --- a/sys/arch/amd64/stand/etc/Makefile +++ /dev/null @@ -1,20 +0,0 @@ -# $OpenBSD: Makefile,v 1.1 2004/02/03 12:09:47 mickey Exp $ - -S= ${.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} 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} |