aboutsummaryrefslogtreecommitdiff
path: root/stand/i386/pmbr/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'stand/i386/pmbr/Makefile')
-rw-r--r--stand/i386/pmbr/Makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/stand/i386/pmbr/Makefile b/stand/i386/pmbr/Makefile
new file mode 100644
index 000000000000..1bfe0ee11ab2
--- /dev/null
+++ b/stand/i386/pmbr/Makefile
@@ -0,0 +1,14 @@
+# $FreeBSD$
+
+PROG= pmbr
+STRIP=
+BINMODE=${NOBINMODE}
+MAN=
+SRCS= ${PROG}.s
+
+ORG= 0x600
+
+AFLAGS+=--defsym FLAGS=${BOOT_MBR_FLAGS}
+LDFLAGS+=${LDFLAGS_BIN}
+
+.include <bsd.prog.mk>