diff options
Diffstat (limited to 'sys/i386/boot/dosboot')
-rw-r--r-- | sys/i386/boot/dosboot/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/i386/boot/dosboot/Makefile b/sys/i386/boot/dosboot/Makefile index e97d03465888..4646bbb0c229 100644 --- a/sys/i386/boot/dosboot/Makefile +++ b/sys/i386/boot/dosboot/Makefile @@ -1,4 +1,4 @@ -# $Id$ +# $Id: Makefile,v 1.1 1995/03/28 19:22:43 phk Exp $ # MPROG= fbsdboot.exe @@ -8,7 +8,7 @@ BINMODE= 444 NOMAN= STRIP= -all: ${MPROG} +all: ${MPROG} install: ${MPROG} ${INSTALL} ${COPY} ${STRIP} -o ${BINOWN} -g ${BINGRP} -m ${BINMODE} \ |