summaryrefslogtreecommitdiff
path: root/stand/i386/btx/lib/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'stand/i386/btx/lib/Makefile')
-rw-r--r--stand/i386/btx/lib/Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/stand/i386/btx/lib/Makefile b/stand/i386/btx/lib/Makefile
new file mode 100644
index 000000000000..8de62555c9dc
--- /dev/null
+++ b/stand/i386/btx/lib/Makefile
@@ -0,0 +1,12 @@
+# $FreeBSD$
+
+.include <bsd.init.mk>
+
+PROG= crt0.o
+INTERNALPROG=
+MAN=
+SRCS= btxcsu.S btxsys.s btxv86.s
+CFLAGS+=-I${BOOTSRC}/i386/common
+LDFLAGS+=-Wl,-r
+
+.include <bsd.prog.mk>