ec7f04c32c
(this is part of NetBSD/sh3 patches)
9 lines
204 B
Makefile
9 lines
204 B
Makefile
# $NetBSD: Makefile,v 1.3 1999/09/12 16:08:13 itojun Exp $
|
|
|
|
PROG= mdsetimage
|
|
SRCS= mdsetimage.c exec_aout.c exec_ecoff.c exec_elf32.c exec_elf64.c \
|
|
exec_coff.c
|
|
MAN= mdsetimage.8
|
|
|
|
.include <bsd.prog.mk>
|