Makefile revision 1.3
1# $NetBSD: Makefile,v 1.3 1999/09/12 16:08:13 itojun Exp $ 2 3PROG= mdsetimage 4SRCS= mdsetimage.c exec_aout.c exec_ecoff.c exec_elf32.c exec_elf64.c \ 5 exec_coff.c 6MAN= mdsetimage.8 7 8.include <bsd.prog.mk> 9