#include <machine/asm.h>

RCSID("$MirOS: src/sbin/fdisk/manpage.S,v 1.1 2007/09/18 20:31:56 tg Exp $")

	.section .rodata

/* const unsigned char manpage[]; */
DENTRY(manpage)
#ifdef NOMAN
	.asciz	"no manual\n"
#else
	.incbin	"fdisk.cat8"
	.byte	0
#endif
