d7bcb6d75d
Remove abberant dependencies of fdisk.o and md.o against menu/msg_defs.h (nbmake depend gives the correct dependencies)
16 lines
392 B
Makefile
16 lines
392 B
Makefile
# $NetBSD: Makefile,v 1.5 2003/06/12 11:20:12 dsl Exp $
|
|
#
|
|
# Makefile for arm32
|
|
#
|
|
|
|
# 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 \
|
|
label.c target.c md.c aout2elf.c savenewlabel.c sizemultname.c \
|
|
bsddisklabel.c
|
|
|
|
MD_OPTIONS= AOUT2ELF
|
|
|
|
.include "../../Makefile.inc"
|