1 # $NetBSD: Makefile,v 1.1 1999/05/13 08:38:05 simonb Exp $
2 # @(#)Makefile 8.3 (Berkeley) 2/16/94
4 KERNELSIZE
!= expr
400 \
* 1024
8 SECONDARY_PROG
= smallnet
9 SECONDARY_LOAD_ADDRESS
= 0x80300000 # 3MB - should work on 4MB machines
10 SRCS
= start.S smallnet.c
11 SRCS
+= bootinfo.c callvec.c putchar.c
13 CPPFLAGS
+= -DBOOT_TYPE_NAME
='"Compressed Kernel Network"' \
14 -DRELOC
=${SECONDARY_LOAD_ADDRESS} \
15 -DKERNELSIZE
=${KERNELSIZE}
17 .
include <bsd.subdir.mk
>
19 .
include "../Makefile.booters"