NetBSD/usr.sbin/mdsetimage/Makefile
itojun ec7f04c32c support coff image file.
(this is part of NetBSD/sh3 patches)
1999-09-12 16:08:13 +00:00

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>