diff options
Diffstat (limited to 'sys/boot/i386/pmbr/Makefile')
-rw-r--r-- | sys/boot/i386/pmbr/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/i386/pmbr/Makefile b/sys/boot/i386/pmbr/Makefile index 7ae942d..cc12f49 100644 --- a/sys/boot/i386/pmbr/Makefile +++ b/sys/boot/i386/pmbr/Makefile @@ -3,7 +3,7 @@ PROG= pmbr STRIP= BINMODE=${NOBINMODE} -NO_MAN= +MAN= SRCS= ${PROG}.s ORG= 0x600 |