mirror of
https://github.com/opnsense/src.git
synced 2026-02-21 17:00:58 -05:00
11 lines
250 B
Makefile
11 lines
250 B
Makefile
# $FreeBSD$
|
|
# $NetBSD: Makefile,v 1.12 1998/02/19 14:18:36 drochner Exp $
|
|
|
|
BOOT= netboot
|
|
NOMAN=
|
|
NEWVERSWHAT= "SRM net boot" alpha
|
|
LOAD_ADDRESS= ${PRIMARY_LOAD_ADDRESS}
|
|
|
|
CFLAGS+= -DLOADER_NET_SUPPORT
|
|
|
|
.include "${.CURDIR}/../common/Makefile.common"
|