Makefile revision 1.2
1#	$NetBSD: Makefile,v 1.2 1997/01/02 00:33:34 pk Exp $
2
3PROG=	mdsetimage
4SRCS=	mdsetimage.c exec_aout.c exec_ecoff.c exec_elf32.c exec_elf64.c
5MAN=	mdsetimage.8
6
7.include <bsd.prog.mk>
8