af1d23bed3
parallel development. i386 version about 90% complete. pc532 version just started, other architectures later in coordination with portmasters. This is a curses based, menu driven installation program. Better error checking is needed.
11 lines
227 B
Makefile
11 lines
227 B
Makefile
# Makefile.inc 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 util.c \
|
|
md.c fdisk.c
|
|
|
|
.include "../../Makefile.inc"
|