1999-09-12 20:08:13 +04:00
|
|
|
# $NetBSD: Makefile,v 1.3 1999/09/12 16:08:13 itojun Exp $
|
1996-10-04 04:18:55 +04:00
|
|
|
|
1997-01-02 03:33:34 +03:00
|
|
|
PROG= mdsetimage
|
1999-09-12 20:08:13 +04:00
|
|
|
SRCS= mdsetimage.c exec_aout.c exec_ecoff.c exec_elf32.c exec_elf64.c \
|
|
|
|
exec_coff.c
|
1997-01-02 03:33:34 +03:00
|
|
|
MAN= mdsetimage.8
|
1996-10-04 04:18:55 +04:00
|
|
|
|
|
|
|
.include <bsd.prog.mk>
|