aboutsummaryrefslogtreecommitdiff
path: root/sys/boot/i386/cdboot/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sys/boot/i386/cdboot/Makefile')
-rw-r--r--sys/boot/i386/cdboot/Makefile20
1 files changed, 0 insertions, 20 deletions
diff --git a/sys/boot/i386/cdboot/Makefile b/sys/boot/i386/cdboot/Makefile
deleted file mode 100644
index 7acd4046d816..000000000000
--- a/sys/boot/i386/cdboot/Makefile
+++ /dev/null
@@ -1,20 +0,0 @@
-# $FreeBSD$
-
-.include <bsd.init.mk>
-
-PROG= cdboot
-STRIP=
-BINMODE=${NOBINMODE}
-MAN=
-SRCS= ${PROG}.S
-
-CFLAGS+=-I${BOOTSRC}/i386/common
-
-ORG= 0x7c00
-
-LDFLAGS+=${LDFLAGS_BIN}
-
-.include <bsd.prog.mk>
-
-# XXX: clang integrated-as doesn't grok .codeNN directives yet
-CFLAGS.cdboot.S= ${CLANG_NO_IAS}