15 lines
333 B
Makefile
15 lines
333 B
Makefile
# $NetBSD: Makefile,v 1.1 1998/01/31 22:28:33 thorpej Exp $
|
|
#
|
|
# Makefile for alpha
|
|
#
|
|
|
|
# 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 geom.c \
|
|
label.c target.c md.c
|
|
|
|
md.o: menu_defs.h msg_defs.h
|
|
|
|
.include "../../Makefile.inc"
|