diff options
author | 2013-04-23 12:36:49 +0000 | |
---|---|---|
committer | 2013-04-23 12:36:49 +0000 | |
commit | b859d45fd0fbb0996636e87d70c2e6a2e92aa3bc (patch) | |
tree | 20ce405a3c09f6842bca03caebd23dc27a7feb06 | |
parent | Remove softraid boot support from fdboot (again). (diff) | |
download | wireguard-openbsd-b859d45fd0fbb0996636e87d70c2e6a2e92aa3bc.tar.xz wireguard-openbsd-b859d45fd0fbb0996636e87d70c2e6a2e92aa3bc.zip |
tedu unused makefiles.
-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} |