xref: /netbsd-src/usr.sbin/mdsetimage/Makefile (revision 76dfffe33547c37f8bdd446e3e4ab0f3c16cea4b)
1#	$NetBSD: Makefile,v 1.1 1996/10/04 00:18:55 cgd Exp $
2
3PROG=	rdsetimage
4SRCS=	rdsetimage.c exec_aout.c exec_ecoff.c exec_elf32.c exec_elf64.c
5MAN=	rdsetimage.8
6
7.include <bsd.prog.mk>
8