summaryrefslogtreecommitdiff
path: root/usr.sbin/mdsetimage/Makefile
blob: f0dd80f0c660e4e824d486e5f67104a1d577f89c (plain)
1
2
3
4
5
6
7
8
#	$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>