summaryrefslogtreecommitdiffstats
path: root/sys/i386/boot/dosboot
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1995-03-28 19:22:43 +0000
committerphk <phk@FreeBSD.org>1995-03-28 19:22:43 +0000
commit533316ed98cc5850ceb916025a6e14d54d52addd (patch)
treecfc7ec65d918cce3fb373c2b044f5d8ac6efe302 /sys/i386/boot/dosboot
parentd5876fb8d36941499ec8a133d8d90b940dd37e2f (diff)
downloadFreeBSD-src-533316ed98cc5850ceb916025a6e14d54d52addd.zip
FreeBSD-src-533316ed98cc5850ceb916025a6e14d54d52addd.tar.gz
Don't install /usr/mdec/boot
Install the biosboot as /usr/mdec/boot[12] Make the traditional links from [swf]dboot and boot[swf]d to boot[12] files. Install dosboot as /usr/mdec/boot/fbsdboot.exe
Diffstat (limited to 'sys/i386/boot/dosboot')
-rw-r--r--sys/i386/boot/dosboot/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/sys/i386/boot/dosboot/Makefile b/sys/i386/boot/dosboot/Makefile
new file mode 100644
index 0000000..e97d034
--- /dev/null
+++ b/sys/i386/boot/dosboot/Makefile
@@ -0,0 +1,21 @@
+# $Id$
+#
+
+MPROG= fbsdboot.exe
+CLEANFILES+= ${MPROG}
+BINDIR= /usr/mdec
+BINMODE= 444
+NOMAN=
+STRIP=
+
+all: ${MPROG}
+
+install: ${MPROG}
+ ${INSTALL} ${COPY} ${STRIP} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \
+ ${INSTALLFLAGS} ${MPROG} ${DESTDIR}${BINDIR}
+
+
+${MPROG}: ${MPROG}.uu
+ uudecode < ${.CURDIR}/${MPROG}.uu
+
+.include <bsd.prog.mk>
OpenPOWER on IntegriCloud