blob: 62b64b5e1aa76426e2ab84482abf91652807fbc5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# $NetBSD: Makefile,v 1.7 2003/06/27 22:20:17 dsl Exp $
#
# Makefile for atari
#
# 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
LANGUAGES= en
.include "../../Makefile.inc"
|