8 lines
186 B
Makefile
8 lines
186 B
Makefile
|
# $NetBSD: Makefile,v 1.1 1996/10/04 00:18:55 cgd Exp $
|
||
|
|
||
|
PROG= rdsetimage
|
||
|
SRCS= rdsetimage.c exec_aout.c exec_ecoff.c exec_elf32.c exec_elf64.c
|
||
|
MAN= rdsetimage.8
|
||
|
|
||
|
.include <bsd.prog.mk>
|