mirror of
https://github.com/opnsense/src.git
synced 2026-02-21 08:50:22 -05:00
- Make as much of the makefile for each of the three flavours (disk, CDROM, net) common. - Special-case the libalpha startup module on its use in boot1, not the other way around. - Build the loader out of a "loader" directory Reviewed by: mjacob, dfr
12 lines
255 B
Makefile
12 lines
255 B
Makefile
# $NetBSD: Makefile,v 1.12 1998/02/19 14:18:36 drochner Exp $
|
|
|
|
BASE= netboot
|
|
PROG= ${BASE}
|
|
NOMAN=
|
|
NEWVERSWHAT= "SRM net boot" alpha
|
|
LOAD_ADDRESS= ${PRIMARY_LOAD_ADDRESS}
|
|
|
|
CFLAGS+= -DLOADER_NET_SUPPORT
|
|
|
|
.include <${.CURDIR}/../common/Makefile.common>
|
|
|