summaryrefslogtreecommitdiff
path: root/sys/arch/amd64/stand/fdboot/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arch/amd64/stand/fdboot/Makefile')
-rw-r--r--sys/arch/amd64/stand/fdboot/Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/sys/arch/amd64/stand/fdboot/Makefile b/sys/arch/amd64/stand/fdboot/Makefile
new file mode 100644
index 00000000000..ffce0e5c0b9
--- /dev/null
+++ b/sys/arch/amd64/stand/fdboot/Makefile
@@ -0,0 +1,11 @@
+# $OpenBSD: Makefile,v 1.1 2012/10/12 14:00:02 jsing Exp $
+
+PROG= fdboot
+COPTS= -DFDBOOT
+
+MAN=
+MLINKS=
+
+.PATH: ${.CURDIR}/../boot
+
+.include "${.CURDIR}/../boot/Makefile"