16a2d1e961
Make 'doingwhat' an argument to find_disks() instead of a global.
15 lines
342 B
Makefile
15 lines
342 B
Makefile
# $NetBSD: Makefile,v 1.5 2003/06/27 22:20:17 dsl Exp $
|
|
#
|
|
# Makefile for i386
|
|
#
|
|
|
|
# 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 sizemultname.c
|
|
|
|
LANGUAGES= en fr
|
|
|
|
.include "../../Makefile.inc"
|