2003-06-12 15:20:00 +04:00
|
|
|
# $NetBSD: Makefile,v 1.4 2003/06/12 11:20:05 dsl Exp $
|
2002-04-13 05:47:52 +04:00
|
|
|
#
|
|
|
|
# Makefile for evbarm
|
|
|
|
#
|
|
|
|
|
|
|
|
# have to have all of them here for crunch ...
|
|
|
|
|
|
|
|
SRCS= menu_defs.c msg_defs.c main.c install.c upgrade.c \
|
|
|
|
txtwalk.c run.c factor.c net.c disks.c disks_lfs.c util.c geom.c \
|
2003-05-31 02:17:00 +04:00
|
|
|
label.c target.c md.c aout2elf.c savenewlabel.c sizemultname.c \
|
|
|
|
bsddisklabel.c
|
2002-04-13 05:47:52 +04:00
|
|
|
|
2003-06-12 15:20:00 +04:00
|
|
|
MD_OPTIONS= AOUT2ELF
|
2002-04-13 05:47:52 +04:00
|
|
|
|
|
|
|
.include "../../Makefile.inc"
|