freebsd-nq/sys/i386/boot/dosboot/Makefile
Poul-Henning Kamp c57e984258 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
1995-03-28 19:22:43 +00:00

22 lines
337 B
Makefile

# $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>