diff options
Diffstat (limited to 'sys/i386/boot/dosboot/Makefile')
-rw-r--r-- | sys/i386/boot/dosboot/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/i386/boot/dosboot/Makefile b/sys/i386/boot/dosboot/Makefile index 26c0d0bf04aac..d73363f3eb52a 100644 --- a/sys/i386/boot/dosboot/Makefile +++ b/sys/i386/boot/dosboot/Makefile @@ -1,8 +1,9 @@ -# $Id: Makefile,v 1.4 1997/02/22 09:30:28 peter Exp $ +# $Id$ # MPROG= fbsdboot.exe CLEANFILES+= ${MPROG} +BINDIR= /usr/mdec BINMODE= 444 NOMAN= STRIP= |